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) class
A base class forPreparedGeometry
subclasses.class
A prepared version forLineal
geometries.class
A prepared version forPuntal
geometries.class
A prepared version forPolygonal
geometries.Methods in org.locationtech.jts.geom.prep that return PreparedGeometryModifier and TypeMethodDescriptionCreates a newPreparedGeometry
appropriate for the argumentGeometry
.static PreparedGeometry
Creates a newPreparedGeometry
appropriate 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 void
PreparedGeometryTeeOperation.checkContains
(PreparedGeometry pg, Geometry g2) private void
PreparedGeometryTeeOperation.checkContainsProperly
(PreparedGeometry pg, Geometry g2) private void
PreparedGeometryTeeOperation.checkCovers
(PreparedGeometry pg, Geometry g2) private void
PreparedGeometryTeeOperation.checkIntersects
(PreparedGeometry pg, Geometry g2)