23#include <geos/geom/Coordinate.h>
24#include <geos/geom/Geometry.h>
25#include <geos/linearref/LinearLocation.h>
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:58
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:186
Represents a location along a LineString or MultiLineString.
Definition: LinearLocation.h:43
Computes the LinearLocation of the point on a linear Geometry nearest a given Coordinate.
Definition: LocationIndexOfPoint.h:37
LinearLocation indexOf(const geom::Coordinate &inputPt) const
Find the nearest location along a linear Geometry to a given point.
LinearLocation indexOfAfter(const geom::Coordinate &inputPt, const LinearLocation *minIndex) const
Find the nearest LinearLocation along the linear Geometry to a given Coordinate after the specified m...
Basic namespace for all GEOS functionalities.
Definition: geos.h:39