Uses of Package
org.locationtech.jts.geom.prep
-
Packages that use org.locationtech.jts.geom.prep Package Description org.locationtech.jts.geom.prep Classes to perform optimized geometric operations on suitably prepared geometries.org.locationtech.jtstest.function org.locationtech.jtstest.geomop -
Classes in org.locationtech.jts.geom.prep used by org.locationtech.jts.geom.prep Class Description AbstractPreparedPolygonContains A base class containing the logic for computes the contains and covers spatial relationship predicates for aPreparedPolygon
relative to all otherGeometry
classes.BasicPreparedGeometry A base class forPreparedGeometry
subclasses.PreparedGeometry An interface for classes which prepareGeometry
s in order to optimize the performance of repeated calls to specific geometric operations.PreparedLineString A prepared version forLineal
geometries.PreparedPolygon A prepared version forPolygonal
geometries.PreparedPolygonPredicate A base class for predicate operations onPreparedPolygon
s. -
Classes in org.locationtech.jts.geom.prep used by org.locationtech.jtstest.function Class Description PreparedGeometry An interface for classes which prepareGeometry
s in order to optimize the performance of repeated calls to specific geometric operations. -
Classes in org.locationtech.jts.geom.prep used by org.locationtech.jtstest.geomop Class Description PreparedGeometry An interface for classes which prepareGeometry
s in order to optimize the performance of repeated calls to specific geometric operations.