22 #include <geos/export.h> 23 #include <geos/geom/Location.h> 32 class CoordinateSequence;
67 const geom::CoordinateXY& point;
72 bool isPointOnSegment;
88 static geom::Location locatePointInRing(
const geom::CoordinateXY& p,
92 static geom::Location locatePointInRing(
const geom::CoordinateXY& p,
93 const std::vector<const geom::Coordinate*>& ring);
98 isPointOnSegment(
false)
107 void countSegment(
const geom::CoordinateXY& p1,
108 const geom::CoordinateXY& p2);
122 return isPointOnSegment;
146 bool isPointInPolygon()
const;
bool isOnSegment() const
Reports whether the point lies exactly on one of the supplied segments.
Definition: RayCrossingCounter.h:120
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:56
Counts the number of segments crossed by a horizontal ray extending to the right from a given point...
Definition: RayCrossingCounter.h:65