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, within
private FastSegmentSetIntersectionFinder segIntFinder
public PreparedLineString(Lineal line)
public FastSegmentSetIntersectionFinder getIntersectionFinder()
public boolean intersects(Geometry g)
BasicPreparedGeometry
intersects
in interface PreparedGeometry
intersects
in class BasicPreparedGeometry
g
- the Geometry to testGeometry.intersects(Geometry)