21 #ifndef GEOS_GEOM_PREP_PREPAREDGEOMETRYFACTORY_H
22 #define GEOS_GEOM_PREP_PREPAREDGEOMETRYFACTORY_H
24 #include <geos/export.h>
25 #include <geos/geom/prep/PreparedGeometry.h>
30 class PreparedGeometry;
93 #endif // GEOS_GEOM_PREP_PREPAREDGEOMETRYFACTORY_H
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:168
const PreparedGeometry * create(const geom::Geometry *geom) const
static const PreparedGeometry * prepare(const geom::Geometry *geom)
Definition: PreparedGeometryFactory.h:63
static void destroy(const PreparedGeometry *geom)
Definition: PreparedGeometryFactory.h:74
An interface for classes which prepare Geometrys in order to optimize the performance of repeated cal...
Definition: PreparedGeometry.h:54
A factory for creating PreparedGeometrys.
Definition: PreparedGeometryFactory.h:53