Guides
Guides

Esri® system fields

The following table lists Esri® system fields that are part of a majority of the feature classes and tables of the HERE GIS Data Suite. The data specifications don't reference these but rather include only fields authored by HERE.

Field nameData typeDescription
OBJECTIDOID (4)An object identifier is a unique integer field that can't have null values. ArcGIS adds this field when creating a geodatabase table or feature class. This object ID field stores a unique ID for each row in the table and is a 32-bit object ID by default in tables and feature classes. If an object ID field needs to store values larger than 2.14 billion, it's possible to migrate the object ID field to 64-bit object IDs using the "Migrate Object ID To 64 Bit" geoprocessing tool.
GlobalIDGlobalID (38)A global ID uniquely identifies a feature or table row in a geodatabase and across geodatabases.
ShapeGeometry (0)Stores the actual geometry object (point, line, polygon, multipoint)
Shape_LengthDouble (8)For line/polygon feature classes. Stores the length of line features or perimeter of polygons. Automatically calculated/updated when geometry changes.
Shape_AreaDouble (8)For polygon feature classes. Stores polygon area. Automatically calculated/updated.