Property Resolution
Resolution
Gets the minimum distance that separates unique x,y coordinate values when stored in an ArcGISFeatureTable.
Declaration
public double Resolution { get; }
Property Value
Type | Description |
---|---|
System.Double | The minimum distance that separates unique x,y coordinate values when stored in an ArcGISFeatureTable. |
Remarks
The resolution represents the detail in which a feature class records the location and shape of features, defining the number of decimal places 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 be stored as the same coordinate value. The units of Resolution are the units of the horizontal coordinate system (Unit) defined when this spatial reference was created.
A separate resolution, VerticalResolution, is defined for the distance between z-values.
Spatial references have default precision properties, and Esri strongly recommends using the default values in most cases. However some high-accuracy workflows customize the default values to preserve their data with higher precision. To store coordinates using a non-default resolution, create a new dataset that uses a custom resolution spatial reference - for example by setting SpatialReference when creating a new geodatabase table. See SpatialReferenceBuilder for more information about creating spatial references with custom precision values.
See also: The properties of a spatial reference
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.8 |
.NET | 200.8 |
.NET Windows | 200.8 |
.NET Android | 200.8 |
.NET iOS | 200.8 |
.NET Framework | 200.8 |
UWP | 200.8 |