17 #ifndef GEOS_ALGORITHM_LOCATE_SIMPLEPOINTINAREALOCATOR_H
18 #define GEOS_ALGORITHM_LOCATE_SIMPLEPOINTINAREALOCATOR_H
20 #include <geos/algorithm/locate/PointOnGeometryLocator.h>
65 return locate( *p, g);
82 #endif // GEOS_ALGORITHM_LOCATE_SIMPLEPOINTINAREALOCATOR_H
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:61
Computes the location of points relative to an areal Geometry, using a simple O(n) algorithm...
Definition: SimplePointInAreaLocator.h:48
An interface for classes which determine the Location of points in Polygon or MultiPolygon geometries...
Definition: PointOnGeometryLocator.h:36
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:168
Represents a linear polygon, which may include holes.
Definition: Polygon.h:67
int locate(const geom::Coordinate *p)
Definition: SimplePointInAreaLocator.h:63