tolerance

Sets the minimum distance that determines if two x,y coordinates are considered to be at the same location for relational and topological GeometryEngine operations.

Since

200.8.0

See also


The minimum distance that determines if two x,y coordinates are considered to be at the same location for relational and topological GeometryEngine operations. This value is used in relational and topological GeometryEngine operations when determining whether two points are close enough, in the horizontal plane, to be considered as the same coordinate value when calculating the result. The units of SpatialReferenceBuilder.tolerance are the units of the horizontal coordinate system (SpatialReferenceBuilder.unit) defined when this builder was created.

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

A separate tolerance, SpatialReferenceBuilder.verticalTolerance, is defined for the difference between z-values.

Since

200.8.0

See also