20 #ifndef GEOS_ALGORITHM_POINTLOCATOR_H 21 #define GEOS_ALGORITHM_POINTLOCATOR_H 23 #include <geos/export.h> 24 #include <geos/geom/Location.h> 95 void updateLocationInfo(
int loc);
111 #endif // GEOS_ALGORITHM_POINTLOCATOR_H bool intersects(const geom::Coordinate &p, const geom::Geometry *geom)
Definition: PointLocator.h:83
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:58
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
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Models an OGC SFS LinearRing.
Definition: LinearRing.h:57