Package org.locationtech.jts.jump.geom
Class LineSegmentEnvelopeIntersector
- java.lang.Object
-
- org.locationtech.jts.jump.geom.LineSegmentEnvelopeIntersector
-
public class LineSegmentEnvelopeIntersector extends Object
Optimized code for spatial predicates betweenLineSegment
s andEnvelope
s.
-
-
Constructor Summary
Constructors Constructor Description LineSegmentEnvelopeIntersector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
touches(org.locationtech.jts.geom.Coordinate p0, org.locationtech.jts.geom.Coordinate p1, org.locationtech.jts.geom.Envelope env)
boolean
touches(org.locationtech.jts.geom.LineSegment seg, org.locationtech.jts.geom.Envelope env)
-