resolution

Sets the minimum distance that separates unique x,y coordinate values when stored in an ArcGISFeatureTable.

Since

200.8.0

See also


The minimum distance that separates unique x,y coordinate values when stored in an ArcGISFeatureTable. The resolution represents the detail in which a feature class records the location and shape of features, defining the number of decimal places or significant digits stored. It is the minimum distance that separates x,y coordinate values in the Geometry of an ArcGISFeature. Any coordinates that differ by less than the resolution will still be stored as the same coordinate value. The units of SpatialReferenceBuilder.resolution are the units of the horizontal coordinate system (SpatialReferenceBuilder.unit) defined when this builder was created.

SpatialReferenceBuilder.resolution must be greater than zero for SpatialReferenceBuilder.isValid to be true and SpatialReferenceBuilder.toSpatialReference to produce a SpatialReference. SpatialReferenceBuilder.tolerance must also be at least twice SpatialReferenceBuilder.resolution.

A separate resolution, SpatialReferenceBuilder.verticalResolution, is defined for the distance between z-values.

Since

200.8.0

See also