Package org.locationtech.jts.geom.prep
Class PreparedLineString
java.lang.Object
org.locationtech.jts.geom.prep.BasicPreparedGeometry
org.locationtech.jts.geom.prep.PreparedLineString
- All Implemented Interfaces:
PreparedGeometry
A prepared version for
Lineal geometries.
Instances of this class are thread-safe.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDefault implementation.Methods inherited from class org.locationtech.jts.geom.prep.BasicPreparedGeometry
contains, containsProperly, coveredBy, covers, crosses, disjoint, envelopeCovers, envelopesIntersect, getGeometry, getRepresentativePoints, isAnyTargetComponentInTest, overlaps, toString, touches, within
-
Field Details
-
segIntFinder
-
-
Constructor Details
-
PreparedLineString
-
-
Method Details
-
getIntersectionFinder
-
intersects
Description copied from class:BasicPreparedGeometryDefault implementation.- Specified by:
intersectsin interfacePreparedGeometry- Overrides:
intersectsin classBasicPreparedGeometry- Parameters:
g- the Geometry to test- Returns:
- true if this Geometry intersects the given Geometry
- See Also:
-