20 #ifndef GEOS_ALGORITHM_POINTLOCATOR_H
21 #define GEOS_ALGORITHM_POINTLOCATOR_H
23 #include <geos/export.h>
24 #include <geos/geom/Location.h>
57 class GEOS_DLL PointLocator {
70 geom::Location locate(
const geom::Coordinate& p,
const geom::Geometry* geom);
110 #endif // GEOS_ALGORITHM_POINTLOCATOR_H
Location
Constants representing the location of a point relative to a geometry.
Definition: Location.h:55
Models an OGC SFS LinearRing. A LinearRing is a LineString which is both closed and simple.
Definition: LinearRing.h:53
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:24
Represents a linear polygon, which may include holes.
Definition: Polygon.h:63
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
Definition: LineString.h:67