#include <LocationIndexOfPoint.h>
Public Member Functions | |
LocationIndexOfPoint (const geom::Geometry *linearGeom) | |
LinearLocation | indexOf (const geom::Coordinate &inputPt) const |
LinearLocation | indexOfAfter (const geom::Coordinate &inputPt, LinearLocation *minIndex) const |
Static Public Member Functions | |
LinearLocation | indexOf (const geom::Geometry *linearGeom, const geom::Coordinate &inputPt) |
LinearLocation | indexOfAfter (const geom::Geometry *linearGeom, const geom::Coordinate &inputPt, LinearLocation *minIndex) |
|
Find the nearest location along a linear Geometry to a given point.
|
|
Find the nearest LinearLocation along the linear Geometry to a given Coordinate after the specified minimum LinearLocation. If possible the location returned will be strictly greater than the
|