Uses of Class
org.locationtech.jts.geom.prep.PreparedLineString
-
Packages that use PreparedLineString Package Description org.locationtech.jts.geom.prep Classes to perform optimized geometric operations on suitably prepared geometries. -
-
Uses of PreparedLineString in org.locationtech.jts.geom.prep
Fields in org.locationtech.jts.geom.prep declared as PreparedLineString Modifier and Type Field Description protected PreparedLineString
PreparedLineStringIntersects. prepLine
Methods in org.locationtech.jts.geom.prep with parameters of type PreparedLineString Modifier and Type Method Description static boolean
PreparedLineStringIntersects. intersects(PreparedLineString prep, Geometry geom)
Computes the intersects predicate between aPreparedLineString
and aGeometry
.Constructors in org.locationtech.jts.geom.prep with parameters of type PreparedLineString Constructor Description PreparedLineStringIntersects(PreparedLineString prepLine)
Creates an instance of this operation.
-