23#include <geos/geom/Coordinate.h>
24#include <geos/geom/Geometry.h>
25#include <geos/linearref/LinearLocation.h>
37class LocationIndexOfPoint {
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:197
Represents a location along a LineString or MultiLineString.
Definition LinearLocation.h:43
LinearLocation indexOfAfter(const geom::CoordinateXY &inputPt, const LinearLocation *minIndex) const
Find the nearest LinearLocation along the linear Geometry to a given Coordinate after the specified m...
LinearLocation indexOf(const geom::CoordinateXY &inputPt) const
Find the nearest location along a linear Geometry to a given point.
Contains classes and interfaces implementing linear referencing on linear geometries.
Definition ExtractLineByLocation.h:27
Basic namespace for all GEOS functionalities.
Definition geos.h:39