22 #include <geos/export.h> 23 #include <geos/geom/prep/PreparedGeometry.h> 30 class PreparedGeometry;
62 static std::unique_ptr<PreparedGeometry>
86 std::unique_ptr<PreparedGeometry> create(
const geom::Geometry* geom)
const;
std::unique_ptr< PreparedGeometry > create(const geom::Geometry *geom) const
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:186
static void destroy(const PreparedGeometry *geom)
Definition: PreparedGeometryFactory.h:75
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: Angle.h:25
A factory for creating PreparedGeometrys.
Definition: PreparedGeometryFactory.h:53
static std::unique_ptr< PreparedGeometry > prepare(const geom::Geometry *geom)
Definition: PreparedGeometryFactory.h:63