19 #ifndef GEOS_GEOM_PREP_PREPAREDGEOMETRY_H 20 #define GEOS_GEOM_PREP_PREPAREDGEOMETRY_H 24 #include <geos/export.h> 31 class CoordinateSequence;
118 virtual bool containsProperly(
const geom::Geometry* geom)
const = 0;
208 virtual std::unique_ptr<geom::CoordinateSequence> nearestPoints(
const geom::Geometry* geom)
const = 0;
230 virtual bool isWithinDistance(
const geom::Geometry* geom,
double dist)
const = 0;
239 #endif // ndef GEOS_GEOM_PREP_PREPAREDGEOMETRY_H Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:188
An interface for classes which prepare Geometrys in order to optimize the performance of repeated cal...
Definition: PreparedGeometry.h:57
Basic namespace for all GEOS functionalities.
Definition: Angle.h:26