public class LineSegmentEnvelopeIntersector extends 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) |
Copyright © 2015. All rights reserved.