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 TypeMethodDescriptionboolean
Default 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:BasicPreparedGeometry
Default implementation.- Specified by:
intersects
in interfacePreparedGeometry
- Overrides:
intersects
in classBasicPreparedGeometry
- Parameters:
g
- the Geometry to test- Returns:
- true if this Geometry intersects the given Geometry
- See Also:
-