21 #include <geos/export.h> 22 #include <geos/geom/Coordinate.h> 23 #include <geos/geom/CoordinateSequence.h> 24 #include <geos/geom/Location.h> 66 static bool isInRing(
const geom::Coordinate& p,
const std::vector<const geom::Coordinate*>& ring);
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:58
Functions for locating points within basic geometric structures such as lines and rings...
Definition: PointLocation.h:36
Location
Constants representing the location of a point relative to a geometry.
Definition: Location.h:32
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:44