22 #include <geos/export.h>
23 #include <geos/geom/Location.h>
91 void computeLocation(
const geom::CoordinateXY& p,
const geom::Geometry* geom);
Computes the topological relationship (Location) of a single point to a Geometry.
Definition: PointLocator.h:56
bool intersects(const geom::CoordinateXY &p, const geom::Geometry *geom)
Definition: PointLocator.h:80
geom::Location locate(const geom::CoordinateXY &p, const geom::Geometry *geom)
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:197
Definition: LineString.h:66
Models an OGC SFS LinearRing. A LinearRing is a LineString which is both closed and simple.
Definition: LinearRing.h:54
Represents a linear polygon, which may include holes.
Definition: Polygon.h:61
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