Uses of Interface
org.locationtech.jts.geom.prep.PreparedGeometry
-
Packages that use PreparedGeometry Package Description org.locationtech.jts.geom.prep org.locationtech.spatial4j.shape.jts -
-
Uses of PreparedGeometry in org.locationtech.jts.geom.prep
Classes in org.locationtech.jts.geom.prep that implement PreparedGeometry Modifier and Type Class Description 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.spatial4j.shape.jts
Fields in org.locationtech.spatial4j.shape.jts declared as PreparedGeometry Modifier and Type Field Description protected PreparedGeometryJtsGeometry. preparedGeometry
-