Interface MultiVertexGeometryImpl.DirtyFlags
- Enclosing class:
MultiVertexGeometryImpl
public static interface MultiVertexGeometryImpl.DirtyFlags
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThere has been a change to one of attribute streams from the outside.static final intstatic final intstatic final intexact envelope is dirtystatic final intloose and dirty envelopes are dirtystatic final intthe geometry is not known to be an envelopestatic final int0 when IsWeakSimple flag is validstatic final intThe geometry length needs updatestatic final intloose envelope is dirtystatic final intOGCFlags are set by Simplify or WKB/WKT import.static final intm_cachedRingAreas2D need updatestatic final intAt least one stream is unverifiedstatic final intstatic final intwhen 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:
-