Admin area level 1 feature class (Admin_Area_Level1)
The administrative boundaries are available via separate feature classes named Admin_Area_Level1, Admin_Area_Level2, and Admin_Area_Level8. Admin_Area_Level1 represents States for the United States, Estados for Mexico, and Provinces for Canada.
For a description of the attributes OBJECTID, Shape, GlobalID, Shape_Length, and Shape_Area, see Esri® system fields.
| Field name | Data type | Description |
|---|---|---|
| ADMIN_PLACE_ID | Integer (4) | Unique ID for the administrative area. This is a foreign key to the Admin table. |
| NAME | String (100) | The name of the administrative area. |
| NAME_ABBREV | String (50) | The abbreviated name of the administrative area. |
| LANGUAGE_CODE | String (3) | Standard code for the language associated with the feature name. |
| NAME_LATIN | String (100) | The name of the administrative area using Latin character set. |
| NAME_ABBREV_LATIN | String (50) | The abbreviated name of the administrative area using Latin character set. |
| LANGUAGE_CODE_LATIN | String (3) | Standard code for the language associated with the feature name. |
| FEATURE_TYPE | Integer (4) | The standard HERE NAVSTREETS feature type code for this boundary type. |
| FEATURE_TYPE_DESC | String (30) | The standard HERE NAVSTREETS feature type description for this boundary types. Note this may use North American terms such as County and City as the HERE classifications are worldwide. |
| COVERAGE_INDICATOR | String (2) | Indicates a product level that corresponds to the inclusion of database features. It also indicates verification and completeness for a particular feature in the database. For a list of possible values, see Coverage indicator definitions. |
| CLAIMED_BY | String (3) | Indicates which country claims an administrative area boundary in a disputed territory. This attribute is not populated in non-disputed areas. |
| CONTROLLED_BY | String (3) | Indicates which country is in control of the area according to international agreements in disputed areas. This attribute is empty in non-disputed areas. |
| ISO_COUNTRY_CODE | String (3) | ISO 3 character country code |
Updated yesterday