19 #ifndef GEOS_ALGORITHM_POINTLOCATION_H
20 #define GEOS_ALGORITHM_POINTLOCATION_H
22 #include <geos/export.h>
23 #include <geos/geom/Coordinate.h>
24 #include <geos/geom/CoordinateSequence.h>
25 #include <geos/geom/Location.h>
67 static bool isInRing(
const geom::Coordinate& p,
const std::vector<const geom::Coordinate*>& ring);
92 #endif // GEOS_ALGORITHM_POINTLOCATION_H
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
Functions for locating points within basic geometric structures such as lines and rings...
Definition: PointLocation.h:37
Location
Constants representing the location of a point relative to a geometry.
Definition: Location.h:34
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:58