#include <PreparedGeometryFactory.h>
Public Member Functions | |
const PreparedGeometry * | create (const geom::Geometry *geom) const |
Static Public Member Functions | |
const PreparedGeometry * | prepare (const geom::Geometry *geom) |
void | destroy (const PreparedGeometry *geom) |
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.
|
Creates a new PreparedGeometry appropriate for the argument Geometry.
|
|
Destroys PreparedGeometry allocated with the factory.
|
|
Creates a new PreparedGeometry appropriate for the argument Geometry.
|