Interface MultiVertexGeometryImpl.DirtyFlags

Enclosing class:
MultiVertexGeometryImpl

public static interface MultiVertexGeometryImpl.DirtyFlags
  • Field Details

    • DirtyIsKnownSimple

      static final int DirtyIsKnownSimple
      0 when IsWeakSimple flag is valid
      See Also:
    • IsWeakSimple

      static final int IsWeakSimple
      when 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 DirtyOGCFlags
      OGCFlags are set by Simplify or WKB/WKT import.
      See Also:
    • DirtyVerifiedStreams

      static final int DirtyVerifiedStreams
      At least one stream is unverified
      See Also:
    • DirtyExactIntervals

      static final int DirtyExactIntervals
      exact envelope is dirty
      See Also:
    • DirtyLooseIntervals

      static final int DirtyLooseIntervals
      loose envelope is dirty
      See Also:
    • DirtyIntervals

      static final int DirtyIntervals
      loose and dirty envelopes are dirty
      See Also:
    • DirtyIsEnvelope

      static final int DirtyIsEnvelope
      the geometry is not known to be an envelope
      See Also:
    • DirtyLength2D

      static final int DirtyLength2D
      The geometry length needs update
      See Also:
    • DirtyRingAreas2D

      static final int DirtyRingAreas2D
      m_cachedRingAreas2D need update
      See Also:
    • DirtyCoordinates

      static final int DirtyCoordinates
      See Also:
    • DirtyAllInternal

      static final int DirtyAllInternal
      See Also:
    • DirtyAll

      static final int DirtyAll
      There has been a change to one of attribute streams from the outside.
      See Also: