Uses of Interface
org.locationtech.jts.geom.prep.PreparedGeometry
Packages that use PreparedGeometry
Package
Description
Classes to perform optimized geometric operations on suitably prepared geometries.
-
Uses of PreparedGeometry in org.locationtech.jts.geom.prep
Classes in org.locationtech.jts.geom.prep that implement PreparedGeometryModifier and TypeClassDescription(package private) classA base class forPreparedGeometrysubclasses.classA prepared version forLinealgeometries.classA prepared version forPuntalgeometries.classA prepared version forPolygonalgeometries.Methods in org.locationtech.jts.geom.prep that return PreparedGeometryModifier and TypeMethodDescriptionCreates a newPreparedGeometryappropriate for the argumentGeometry.static PreparedGeometryCreates a newPreparedGeometryappropriate for the argumentGeometry. -
Uses of PreparedGeometry in org.locationtech.jtstest.function
Methods in org.locationtech.jtstest.function that return PreparedGeometry -
Uses of PreparedGeometry in org.locationtech.jtstest.geomop
Methods in org.locationtech.jtstest.geomop with parameters of type PreparedGeometryModifier and TypeMethodDescriptionprivate voidPreparedGeometryTeeOperation.checkContains(PreparedGeometry pg, Geometry g2) private voidPreparedGeometryTeeOperation.checkContainsProperly(PreparedGeometry pg, Geometry g2) private voidPreparedGeometryTeeOperation.checkCovers(PreparedGeometry pg, Geometry g2) private voidPreparedGeometryTeeOperation.checkIntersects(PreparedGeometry pg, Geometry g2)