Class LineSegmentEnvelopeIntersector
java.lang.Object
com.vividsolutions.jump.geom.LineSegmentEnvelopeIntersector
Optimized code for spatial predicates
between
LineSegments and Envelopes.-
Constructor Summary
Constructors -
Method Summary
-
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)
-