20 #ifndef GEOS_GEOM_PREP_PREPAREDGEOMETRYFACTORY_H 21 #define GEOS_GEOM_PREP_PREPAREDGEOMETRYFACTORY_H 23 #include <geos/export.h> 24 #include <geos/geom/prep/PreparedGeometry.h> 29 class PreparedGeometry;
92 #endif // GEOS_GEOM_PREP_PREPAREDGEOMETRYFACTORY_H const PreparedGeometry * create(const geom::Geometry *geom) const
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:167
static const PreparedGeometry * prepare(const geom::Geometry *geom)
Definition: PreparedGeometryFactory.h:62
static void destroy(const PreparedGeometry *geom)
Definition: PreparedGeometryFactory.h:73
An interface for classes which prepare Geometrys in order to optimize the performance of repeated cal...
Definition: PreparedGeometry.h:53
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
A factory for creating PreparedGeometrys.
Definition: PreparedGeometryFactory.h:52