|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface esriNonSimpleReasonEnum
Describes ways in which a geometry could be non-simple.
| Field Summary | |
|---|---|
static int |
esriNonSimpleEmptyPart
The geometry contains an empty part. |
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. |
| Field Detail |
|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||