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>
87 std::unique_ptr<PreparedGeometry> create(
const geom::Geometry* geom)
const;
95 #endif // GEOS_GEOM_PREP_PREPAREDGEOMETRYFACTORY_H std::unique_ptr< PreparedGeometry > create(const geom::Geometry *geom) const
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:188
static void destroy(const PreparedGeometry *geom)
Definition: PreparedGeometryFactory.h:76
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:54
static std::unique_ptr< PreparedGeometry > prepare(const geom::Geometry *geom)
Definition: PreparedGeometryFactory.h:64