public interface esriSRToleranceEnum
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
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.
|
static final int esriSRToleranceIsNaN
static final int esriSRToleranceIsTooSmall
static final int esriSRToleranceOK