Expand ExternalGeospatialFeature.FeatureIdentifier
to support column:value pair
#455
Milestone
ExternalGeospatialFeature.FeatureIdentifier
to support column:value pair
#455
Right now, the specification requires that externally stored spatial features are linked to Precinct using the feature's attribute table's record index.
The VIP 6 Feedback Group identified that there is a possible improvement to support this link to Precinct through using a
column:value
pair to identify the record in the geo-spatial feature. In addition toFeatureIdentifier.Index
we might also support aFeatureIdentifier.FeatureAttribute
type.In the example above, there would exist a record in the shapefile's attribute table with a value of 0001.06 in a column named PPartName. This record would have an attribute table index of 3.
This FAQ from ESRI summarizes the inherent instability of using the attribute table's index value for identifying shapes. Specifically, the
FID
column is what is used asFeatureIndentifier.Index
in 6.0 feeds.The text was updated successfully, but these errors were encountered: