Uses of Interface
org.locationtech.jts.geom.prep.PreparedGeometry
-
Packages that use PreparedGeometry 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 -
-
Uses of PreparedGeometry in org.locationtech.jts.geom.prep
Classes in org.locationtech.jts.geom.prep that implement PreparedGeometry Modifier and Type Class Description (package private) class
BasicPreparedGeometry
A base class forPreparedGeometry
subclasses.class
PreparedLineString
A prepared version forLineal
geometries.class
PreparedPoint
A prepared version forPuntal
geometries.class
PreparedPolygon
A prepared version forPolygonal
geometries.Methods in org.locationtech.jts.geom.prep that return PreparedGeometry Modifier and Type Method Description PreparedGeometry
PreparedGeometryFactory. create(Geometry geom)
Creates a newPreparedGeometry
appropriate for the argumentGeometry
.static PreparedGeometry
PreparedGeometryFactory. prepare(Geometry geom)
Creates a newPreparedGeometry
appropriate for the argumentGeometry
. -
Uses of PreparedGeometry in org.locationtech.jtstest.function
Methods in org.locationtech.jtstest.function that return PreparedGeometry Modifier and Type Method Description private static PreparedGeometry
PreparedGeometryFunctions. createPG(Geometry g)
-
Uses of PreparedGeometry in org.locationtech.jtstest.geomop
Methods in org.locationtech.jtstest.geomop with parameters of type PreparedGeometry Modifier and Type Method Description private 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)
-