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