Class LineSegmentEnvelopeIntersector

java.lang.Object
com.vividsolutions.jump.geom.LineSegmentEnvelopeIntersector

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

    • LineSegmentEnvelopeIntersector

      public LineSegmentEnvelopeIntersector()
  • Method Details

    • 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)