22#include <geos/export.h>
23#include <geos/geom/prep/PreparedGeometry.h>
30class PreparedGeometry;
62 static std::unique_ptr<PreparedGeometry>
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:186
A factory for creating PreparedGeometrys.
Definition: PreparedGeometryFactory.h:53
std::unique_ptr< PreparedGeometry > create(const geom::Geometry *geom) const
static void destroy(const PreparedGeometry *geom)
Definition: PreparedGeometryFactory.h:75
static std::unique_ptr< PreparedGeometry > prepare(const geom::Geometry *geom)
Definition: PreparedGeometryFactory.h:63
An interface for classes which prepare Geometrys in order to optimize the performance of repeated cal...
Definition: PreparedGeometry.h:56
Basic namespace for all GEOS functionalities.
Definition: geos.h:39