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 PreparedLineStringPreparedLineStringIntersects. prepLineMethods in org.locationtech.jts.geom.prep with parameters of type PreparedLineString Modifier and Type Method Description static booleanPreparedLineStringIntersects. intersects(PreparedLineString prep, Geometry geom)Computes the intersects predicate between aPreparedLineStringand aGeometry.Constructors in org.locationtech.jts.geom.prep with parameters of type PreparedLineString Constructor Description PreparedLineStringIntersects(PreparedLineString prepLine)Creates an instance of this operation.
-