Point/micropoint address display info (AddressPts_Display)
The AddressPts_Display feature class supports all the aspects for cartographic display of point addresses and micro point addresses.
For a description of the attributes OBJECTID, Shape, and GlobalID, see Esri® system fields.
| Field name | Data type | Description |
|---|---|---|
| POINT_ADDRESS_ID | Integer (4) | The unique PointAddress identifier. |
| MPOINT_ADDRESS_ID | Integer (4) | The unique multi-point address identifier (if record is a multipoint address). |
| LINK_ID | Integer (4) | Unique ID of the road segment |
| ADMIN_ID | Integer (4) | ID and key to the Admin table |
| LANG_CODE | String (3) | The language associated with the feature name. |
| LANG_CODE_LATIN | String (3) | The language associated with the feature name using Latin script. |
| SIDE | String (1) | POI side of the street. Available values are:
|
| BUILDING_UNIT_NAME | String (150) | Building unit name |
| BUILDING_UNIT_NAME_LATIN | String (2048) | Building unit name in Latin character set |
| LEVEL_NAME | String (150) | Name of building level |
| LEVEL_NAME_LATIN | String (2048) | Name of building level in Latin character set |
| UNIT_NAME | String (150 characters) | Unit number |
| UNIT_NAME_LATIN | String (2048) | Unit number in Latin character set |
| ADDRESS | String (150) | Mostly numeric street address identifying the building or structure, typically corresponding to the building number assigned by the local addressing authority. |
| ADDRESS_LATIN | String (150) | Mostly numeric street address in Latin character set identifying the building or structure, typically corresponding to the building number assigned by the local addressing authority. |
| BUILDING_NAME | String (150) | Name of the building |
| BUILDING_NAME_LATIN | String (2048) | Name of the building in Latin character set |
| STREET_PREFIX | String (10) | The street type or directional prefix when used before the base street name, for example "N" or "North" |
| STREET_PREFIX_LATIN | String (10) | The street type or directional prefix when used before the base street name in Latin character set |
| STREET_TYPE_BEFORE | String (30) | The street type (such as avenue, boulevard, or street) when used before the base street name |
| STREET_TYPE_BEFORE_LATIN | String (30) | The street type when used before the base street name in Latin character set |
| STREET_NAME | String (60) | The name of the street without the type component, for example "Champs-Élysées" |
| STREET_NAME_LATIN | String (60) | The name of the street without the type component, using Latin character set |
| STREET_TYPE_AFTER | String (30) | The street type (such as avenue, boulevard, or street) when used after the base street name |
| STREET_TYPE_AFTER_LATIN | String (30) | The street type when used after the base street name in Latin character set |
| STREET_SUFFIX | String (10) | The directional suffix or street type suffix when used after the base street name, for example "S" or "South" |
| STREET_SUFFIX_LATIN | String (10) | The directional suffix or street type suffix when used after the base street name in Latin character set |
| STREET_NAME_FULL | String (100) | Complete street name component of the address including all type and directional components |
| STREET_NAME_FULL_LATIN | String (100) | Complete street name component of the address in Latin character set including all type and directional components |
| LOCALITY_NAME | String (100) | Smallest administrative area available in the address, such as suburb, neighborhood, or barrio |
| LOCALITY_NAME_LATIN | String (100) | Smallest administrative area available in the address in Latin character set, such as suburb, neighborhood, or barrio |
| POSTAL_CODE | String (15) | Postcode for the address location |
| POSTAL_CODE_LATIN | String (15) | Postcode for the address location in Latin character set |
| ORDER1_NAME | String (100) | Name of the first-order administrative area, such as state or province |
| ORDER1_NAME_LATIN | String (100) | Name of the first-order administrative area in Latin character set, such as state or province |
| ISO_COUNTRY_CODE | String (3) | Three uppercase letter ISO country code, such as GER or FRA |
| COUNTRY_NAME | String (100) | Name of the country |
| COUNTRY_NAME_LATIN | String (100) | Name of the country in Latin character set |
Updated yesterday