public class PreparedLineString extends BasicPreparedGeometry
Lineal geometries.
| Constructor and Description |
|---|
PreparedLineString(Lineal
|
| Modifier and Type | Method and Description |
|---|---|
FastSegmentSetIntersectionFinder |
getIntersectionFinder()
|
boolean |
intersects(Geometry
Default implementation.
|
contains, containsProperly, coveredBy, covers, crosses, disjoint, envelopeCovers, envelopesIntersect, getGeometry, getRepresentativePoints, isAnyTargetComponentInTest, overlaps, toString, touches, withinpublic PreparedLineString(Linealline)
public FastSegmentSetIntersectionFindergetIntersectionFinder()
public boolean intersects(Geometryg)
BasicPreparedGeometry
intersects in interface
PreparedGeometry
intersects in class
BasicPreparedGeometry
g - the Geometry to test
Geometry.intersects(Geometry)