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 PreparedLineStringPreparedLineStringIntersects.prepLineMethods in org.locationtech.jts.geom.prep with parameters of type PreparedLineStringModifier and TypeMethodDescriptionstatic booleanPreparedLineStringIntersects.intersects(PreparedLineString prep, Geometry geom) Computes the intersects predicate between aPreparedLineStringand aGeometry.Constructors in org.locationtech.jts.geom.prep with parameters of type PreparedLineStringModifierConstructorDescriptionCreates an instance of this operation.