Class TaggedLineSegment

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable

    class TaggedLineSegment
    extends LineSegment
    A LineSegment which is tagged with its location in a parent Geometry. Used to index the segments in a geometry and recover the segment locations from the index.
    • Field Detail

      • index

        private int index
    • Method Detail

      • getParent

        public Geometry getParent()
      • getIndex

        public int getIndex()