16 #ifndef GEOS_ALGORITHM_LOCATE_SIMPLEPOINTINAREALOCATOR_H
17 #define GEOS_ALGORITHM_LOCATE_SIMPLEPOINTINAREALOCATOR_H
19 #include <geos/algorithm/locate/PointOnGeometryLocator.h>
64 return locate( *p, g);
81 #endif // GEOS_ALGORITHM_LOCATE_SIMPLEPOINTINAREALOCATOR_H
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Represents a linear polygon, which may include holes.
Definition: Polygon.h:66
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:84
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:167
Computes the location of points relative to an areal Geometry, using a simple O(n) algorithm.
Definition: SimplePointInAreaLocator.h:47
An interface for classes which determine the Location of points in Polygon or MultiPolygon geometries...
Definition: PointOnGeometryLocator.h:35
int locate(const geom::Coordinate *p)
Definition: SimplePointInAreaLocator.h:62