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>
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:167
A factory for creating PreparedGeometrys.
Definition PreparedGeometryFactory.h:53
static void destroy(const PreparedGeometry *geom)
Definition PreparedGeometryFactory.h:73
const PreparedGeometry * create(const geom::Geometry *geom) const
static const PreparedGeometry * prepare(const geom::Geometry *geom)
Definition PreparedGeometryFactory.h:62
An interface for classes which prepare Geometrys in order to optimize the performance of repeated cal...
Definition PreparedGeometry.h:53
Contains the Geometry interface hierarchy and supporting classes.
Definition IndexedNestedRingTester.h:26
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25