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>
31 class PreparedGeometry;
63 static std::unique_ptr<PreparedGeometry>
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:188
A factory for creating PreparedGeometrys.
Definition: PreparedGeometryFactory.h:54
std::unique_ptr< PreparedGeometry > create(const geom::Geometry *geom) const
static void destroy(const PreparedGeometry *geom)
Definition: PreparedGeometryFactory.h:76
static std::unique_ptr< PreparedGeometry > prepare(const geom::Geometry *geom)
Definition: PreparedGeometryFactory.h:64
An interface for classes which prepare Geometrys in order to optimize the performance of repeated cal...
Definition: PreparedGeometry.h:57
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:26