public class PreparedGeometryFactory extends Object
PreparedGeometrys. It chooses an appropriate implementation of PreparedGeometry based on the geoemtric type of the input geometry.
In the future, the factory may accept hints that indicate special optimizations which can be performed.
| Constructor and Description |
|---|
PreparedGeometryFactory()
|
| Modifier and Type | Method and Description |
|---|---|
PreparedGeometry |
create(Geometry
Creates a new
PreparedGeometry appropriate for the argument
Geometry.
|
static PreparedGeometry |
prepare(Geometry
Creates a new
PreparedGeometry appropriate for the argument
Geometry.
|
public static PreparedGeometryprepare(Geometry geom)
PreparedGeometry appropriate for the argument
Geometry.
geom - the geometry to prepare
public PreparedGeometrycreate(Geometry geom)
PreparedGeometry appropriate for the argument
Geometry.
geom - the geometry to prepare