com.esri.arcgis.geometry
Interface esriSRToleranceEnum

All Superinterfaces:
java.io.Serializable

public interface esriSRToleranceEnum
extends java.io.Serializable

Constants from esriSRToleranceEnum' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

Description: 'Describes the ways a spatial reference tolerance value can be incorrect.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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