Errors in Geometry Fields
- Last UpdatedMay 15, 2023
- 1 minute read
When geometry information stored in the PI System is used for locating features in ArcGIS, PI Integrator for Esri ArcGIS handles errors in these attributes in the following manner.
|
Geometry issue |
Result in time-enabled layers |
Result in real-time GeoEvent layers |
|---|---|---|
|
AF attributes containing latitude or longitude values are in error. This includes attributes that reference PI points or that are static values. |
The value of the attribute in error contains the AF exception string. The geometry of the feature reflects a 0 (zero) for the coordinate in error. For example, if the latitude attribute is in error, the geometry of the feature is (longitude, 0). |
The geometry of the feature reflects a 0 (zero) for the coordinate in error. For example, if the latitude attribute is in error, the geometry of the feature is (longitude, 0). |
|
AF attributes containing JSON strings for complex geometry are in error or are structured incorrectly. |
The geometry is considered "null" and the feature will not display on the map. |
The geometry is considered "null" and the feature will not display on the map. |