public interface esriNonSimpleReasonEnum
extends java.io.Serializable
Description: 'Describes ways in which a geometry could be non-simple.' 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 |
esriNonSimpleDiscontinuousParts
The geometry contains discontinuous parts.
|
static int |
esriNonSimpleDuplicateVertex
The geometry has a duplicate vertex.
|
static int |
esriNonSimpleEmptyPart
The geometry contains an empty part.
|
static int |
esriNonSimpleEmptyZValues
The geometry is Z-aware but contains NaN Zs.
|
static int |
esriNonSimpleMismatchedAttributes
The geometry has mismatched attributes.
|
static int |
esriNonSimpleOK |
static int |
esriNonSimpleRingOrientation
A polygon is topologically simple, but its rings may not be oriented correctly (outer rings - cw, inner rings - ccw).
|
static int |
esriNonSimpleSegmentOrientation
Individual segments are not consistantly oriented.
|
static int |
esriNonSimpleSelfIntersections
The interior of each part (rings, planar paths) must not intersect itself or other parts.
|
static int |
esriNonSimpleShortSegments
Some segments are shorter than allowed by the system units of the spatial reference associated with the geometry.
|
static int |
esriNonSimpleUnclosedRing
The last segment in a ring must have its 'to' point incident on the 'from' point of the first segment.
|
static final int esriNonSimpleOK
static final int esriNonSimpleRingOrientation
static final int esriNonSimpleSegmentOrientation
static final int esriNonSimpleShortSegments
static final int esriNonSimpleSelfIntersections
static final int esriNonSimpleUnclosedRing
static final int esriNonSimpleEmptyPart
static final int esriNonSimpleMismatchedAttributes
static final int esriNonSimpleDiscontinuousParts
static final int esriNonSimpleEmptyZValues
static final int esriNonSimpleDuplicateVertex