Package com.esri.core.geometry
Interface MultiVertexGeometryImpl.DirtyFlags
- Enclosing class:
MultiVertexGeometryImpl
public static interface MultiVertexGeometryImpl.DirtyFlags
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
There has been a change to one of attribute streams from the outside.static final int
static final int
static final int
exact envelope is dirtystatic final int
loose and dirty envelopes are dirtystatic final int
the geometry is not known to be an envelopestatic final int
0 when IsWeakSimple flag is validstatic final int
The geometry length needs updatestatic final int
loose envelope is dirtystatic final int
OGCFlags are set by Simplify or WKB/WKT import.static final int
m_cachedRingAreas2D need updatestatic final int
At least one stream is unverifiedstatic final int
static final int
when DirtyIsKnownSimple is 0, this flag indicates whether the geometry is weak simple or not
-
Field Details
-
DirtyIsKnownSimple
static final int DirtyIsKnownSimple0 when IsWeakSimple flag is valid- See Also:
-
IsWeakSimple
static final int IsWeakSimplewhen DirtyIsKnownSimple is 0, this flag indicates whether the geometry is weak simple or not- See Also:
-
IsStrongSimple
static final int IsStrongSimple- See Also:
-
DirtyOGCFlags
static final int DirtyOGCFlagsOGCFlags are set by Simplify or WKB/WKT import.- See Also:
-
DirtyVerifiedStreams
static final int DirtyVerifiedStreamsAt least one stream is unverified- See Also:
-
DirtyExactIntervals
static final int DirtyExactIntervalsexact envelope is dirty- See Also:
-
DirtyLooseIntervals
static final int DirtyLooseIntervalsloose envelope is dirty- See Also:
-
DirtyIntervals
static final int DirtyIntervalsloose and dirty envelopes are dirty- See Also:
-
DirtyIsEnvelope
static final int DirtyIsEnvelopethe geometry is not known to be an envelope- See Also:
-
DirtyLength2D
static final int DirtyLength2DThe geometry length needs update- See Also:
-
DirtyRingAreas2D
static final int DirtyRingAreas2Dm_cachedRingAreas2D need update- See Also:
-
DirtyCoordinates
static final int DirtyCoordinates- See Also:
-
DirtyAllInternal
static final int DirtyAllInternal- See Also:
-
DirtyAll
static final int DirtyAllThere has been a change to one of attribute streams from the outside.- See Also:
-