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;
54 class GEOS_DLL PreparedGeometryFactory {
63 static std::unique_ptr<PreparedGeometry>
87 std::unique_ptr<PreparedGeometry> create(
const geom::Geometry* geom)
const;
95 #endif // GEOS_GEOM_PREP_PREPAREDGEOMETRYFACTORY_H
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:24
A factory for creating PreparedGeometrys.
Definition: PreparedGeometryFactory.h:53
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:187
An interface for classes which prepare Geometrys in order to optimize the performance of repeated cal...
Definition: PreparedGeometry.h:52
std::unique_ptr< PreparedGeometry > create(const geom::Geometry *geom) const