21 #ifndef GEOS_ALGORITHM_POINTLOCATOR_H
22 #define GEOS_ALGORITHM_POINTLOCATOR_H
24 #include <geos/export.h>
25 #include <geos/geom/Location.h>
95 void updateLocationInfo(
int loc);
109 #endif // GEOS_ALGORITHM_POINTLOCATOR_H
bool intersects(const geom::Coordinate &p, const geom::Geometry *geom)
Definition: PointLocator.h:83
Definition: Location.h:64
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:61
Computes the topological relationship (Location) of a single point to a Geometry. ...
Definition: PointLocator.h:58
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:168
Definition: LineString.h:71
Represents a linear polygon, which may include holes.
Definition: Polygon.h:67
Models an OGC SFS LinearRing.
Definition: LinearRing.h:58