Uses of Class
org.locationtech.jts.geom.prep.PreparedLineString
Packages that use PreparedLineString
Package
Description
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 PreparedLineStringModifier and TypeFieldDescriptionprotected PreparedLineString
PreparedLineStringIntersects.prepLine
Methods in org.locationtech.jts.geom.prep with parameters of type PreparedLineStringModifier and TypeMethodDescriptionstatic 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 PreparedLineStringModifierConstructorDescriptionCreates an instance of this operation.