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
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
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
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:167
Represents a linear polygon, which may include holes.
Definition: Polygon.h:66
int locate(const geom::Coordinate *p)
Definition: SimplePointInAreaLocator.h:62