com.vividsolutions.jts.geom.prep
public class PreparedLineString extends BasicPreparedGeometry
Lineal geometries.| Constructor and Description |
|---|
PreparedLineString(Lineal line) |
| Modifier and Type | Method and Description |
|---|---|
FastSegmentSetIntersectionFinder |
getIntersectionFinder() |
boolean |
intersects(Geometry g)
Default implementation.
|
contains, containsProperly, coveredBy, covers, crosses, disjoint, envelopeCovers, envelopesIntersect, getGeometry, getRepresentativePoints, isAnyTargetComponentInTest, overlaps, toString, touches, withinpublic PreparedLineString(Lineal line)
public FastSegmentSetIntersectionFinder getIntersectionFinder()
public boolean intersects(Geometry g)
BasicPreparedGeometryintersects in interface PreparedGeometryintersects in class BasicPreparedGeometryg - the Geometry to testGeometry.intersects(Geometry)