Interface MultiVertexGeometryImpl.DirtyFlags

    • Field Detail

      • DirtyIsKnownSimple

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

        static final int IsWeakSimple
        when DirtyIsKnownSimple is 0, this flag indicates whether the geometry is weak simple or not
        See Also:
        Constant Field Values
      • DirtyOGCFlags

        static final int DirtyOGCFlags
        OGCFlags are set by Simplify or WKB/WKT import.
        See Also:
        Constant Field Values
      • DirtyVerifiedStreams

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

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

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

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

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

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

        static final int DirtyRingAreas2D
        m_cachedRingAreas2D need update
        See Also:
        Constant Field Values
      • DirtyAll

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