20 #ifndef GEOS_ALGORITHM_POINTLOCATOR_H
21 #define GEOS_ALGORITHM_POINTLOCATOR_H
23 #include <geos/export.h>
24 #include <geos/geom/Location.h>
94 void updateLocationInfo(
int loc);
108 #endif // GEOS_ALGORITHM_POINTLOCATOR_H
bool intersects(const geom::Coordinate &p, const geom::Geometry *geom)
Definition: PointLocator.h:82
Definition: Location.h:63
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
Computes the topological relationship (Location) of a single point to a Geometry. ...
Definition: PointLocator.h:57
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:167
Definition: LineString.h:70
Represents a linear polygon, which may include holes.
Definition: Polygon.h:66
Models an OGC SFS LinearRing.
Definition: LinearRing.h:57