16 #ifndef GEOS_ALGORITHM_LOCATE_SIMPLEPOINTINAREALOCATOR_H
17 #define GEOS_ALGORITHM_LOCATE_SIMPLEPOINTINAREALOCATOR_H
19 #include <geos/algorithm/locate/PointOnGeometryLocator.h>
47 class SimplePointInAreaLocator :
public PointOnGeometryLocator {
52 const geom::Geometry* geom);
74 const geom::Polygon* poly);
89 const geom::Geometry* geom);
91 SimplePointInAreaLocator(
const geom::Geometry* p_g)
115 #endif // GEOS_ALGORITHM_LOCATE_SIMPLEPOINTINAREALOCATOR_H
Location
Constants representing the location of a point relative to a geometry.
Definition: Location.h:55
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:24
static geom::Location locatePointInPolygon(const geom::Coordinate &p, const geom::Polygon *poly)
Determines the Location of a point in a Polygon.
static bool isContained(const geom::Coordinate &p, const geom::Geometry *geom)
Determines whether a point is contained in a Geometry, or lies on its boundary.
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:81
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:187