com.esri.arcgis.geometry
Interface esriSRToleranceEnum

All Superinterfaces:
Serializable

public interface esriSRToleranceEnum
extends Serializable

Describes the ways a spatial reference tolerance value can be incorrect.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Field Summary
static int esriSRToleranceIsNaN
          The current tolerance value is not-a-number (NaN)
static int esriSRToleranceIsTooSmall
          The current tolerance value is less than the minimum tolerance permitted for this spatial reference (2.0/xyUnits).
static int esriSRToleranceOK
          The current tolerance value is ok.
 

Field Detail

esriSRToleranceIsNaN

static final int esriSRToleranceIsNaN
The current tolerance value is not-a-number (NaN)

See Also:
Constant Field Values

esriSRToleranceIsTooSmall

static final int esriSRToleranceIsTooSmall
The current tolerance value is less than the minimum tolerance permitted for this spatial reference (2.0/xyUnits).

See Also:
Constant Field Values

esriSRToleranceOK

static final int esriSRToleranceOK
The current tolerance value is ok.

See Also:
Constant Field Values