com.vividsolutions.jump.geom
Class LineSegmentEnvelopeIntersector
java.lang.Object
com.vividsolutions.jump.geom.LineSegmentEnvelopeIntersector
public class LineSegmentEnvelopeIntersector
- extends java.lang.Object
Optimized code for spatial predicates
between
LineSegments and Envelopes.
|
Method Summary |
boolean |
touches(com.vividsolutions.jts.geom.Coordinate p0,
com.vividsolutions.jts.geom.Coordinate p1,
com.vividsolutions.jts.geom.Envelope env)
|
boolean |
touches(com.vividsolutions.jts.geom.LineSegment seg,
com.vividsolutions.jts.geom.Envelope env)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LineSegmentEnvelopeIntersector
public LineSegmentEnvelopeIntersector()
touches
public boolean touches(com.vividsolutions.jts.geom.LineSegment seg,
com.vividsolutions.jts.geom.Envelope env)
touches
public boolean touches(com.vividsolutions.jts.geom.Coordinate p0,
com.vividsolutions.jts.geom.Coordinate p1,
com.vividsolutions.jts.geom.Envelope env)