Class LineSegmentEnvelopeIntersector


  • public class LineSegmentEnvelopeIntersector
    extends Object
    Optimized code for spatial predicates between LineSegments and Envelopes.
    • Constructor Detail

      • LineSegmentEnvelopeIntersector

        public LineSegmentEnvelopeIntersector()
    • Method Detail

      • touches

        public boolean touches​(org.locationtech.jts.geom.LineSegment seg,
                               org.locationtech.jts.geom.Envelope env)
      • touches

        public boolean touches​(org.locationtech.jts.geom.Coordinate p0,
                               org.locationtech.jts.geom.Coordinate p1,
                               org.locationtech.jts.geom.Envelope env)