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) classBasicPreparedGeometryA base class forPreparedGeometrysubclasses.classPreparedLineStringA prepared version forLinealgeometries.classPreparedPointA prepared version forPuntalgeometries.classPreparedPolygonA prepared version forPolygonalgeometries.Methods in org.locationtech.jts.geom.prep that return PreparedGeometry Modifier and Type Method Description PreparedGeometryPreparedGeometryFactory. create(Geometry geom)Creates a newPreparedGeometryappropriate for the argumentGeometry.static PreparedGeometryPreparedGeometryFactory. prepare(Geometry geom)Creates a newPreparedGeometryappropriate 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 PreparedGeometryPreparedGeometryFunctions. 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 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)
-