Package org.locationtech.jts.geom.prep
Classes to perform optimized geometric operations on suitably prepared geometries.
-
Interface Summary Interface Description PreparedGeometry An interface for classes which prepareGeometry
s in order to optimize the performance of repeated calls to specific geometric operations. -
Class Summary Class Description PreparedGeometryFactory A factory for creatingPreparedGeometry
s.PreparedLineString A prepared version forLineal
geometries.PreparedPoint A prepared version forPuntal
geometries.PreparedPolygon A prepared version forPolygonal
geometries.