public class PreparedLineString extends BasicPreparedGeometry
Lineal geometries.
Instances of this class are thread-safe.
| Modifier and Type | Field and Description |
|---|---|
private FastSegmentSetIntersectionFinder |
segIntFinder |
| 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, withinprivate FastSegmentSetIntersectionFinder segIntFinder
public PreparedLineString(Lineal line)
public FastSegmentSetIntersectionFinder getIntersectionFinder()
public boolean intersects(Geometry g)
BasicPreparedGeometryintersects in interface PreparedGeometryintersects in class BasicPreparedGeometryg - the Geometry to testGeometry.intersects(Geometry)