Class SegmentRing



  • public class SegmentRing
    extends Object
    • Constructor Detail

      • SegmentRing

        public SegmentRing(TLongList nodeIds)
    • Method Detail

      • isClosed

        public boolean isClosed()
      • hasEnoughSegments

        public boolean hasEnoughSegments()
      • hasNodeIntersections

        public boolean hasNodeIntersections()
        Return whether this ring has intersections in terms of node ids appearing multiple times.
      • resolveNodeIntersections

        public List<SegmentRing> resolveNodeIntersections()
        Build a new set of rings by splitting at node intersections.