public class LineSegmentEnvelopeIntersector
extends java.lang.Object
LineSegments and Envelopes.| Constructor and Description |
|---|
LineSegmentEnvelopeIntersector() |
| Modifier and Type | Method and Description |
|---|---|
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) |