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. -
-
Uses of PreparedGeometry in org.locationtech.jts.geom.prep
Classes in org.locationtech.jts.geom.prep that implement PreparedGeometry Modifier and Type Class Description 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
.
-