24#include <geos/geom/Coordinate.h>
25#include <geos/geom/Geometry.h>
26#include <geos/geom/LineSegment.h>
27#include <geos/linearref/LinearLocation.h>
47 double indexOfFromStart(
const geom::Coordinate& inputPt,
const double minIndex)
const;
51 double segmentStartMeasure)
const;
Coordinate is the lightweight class used to store coordinates.
Definition Coordinate.h:217
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:197
Definition LineSegment.h:61
Computes the length index of the point on a linear Geometry nearest a given Coordinate.
Definition LengthIndexOfPoint.h:42
double indexOf(const geom::Coordinate &inputPt) const
double indexOfAfter(const geom::Coordinate &inputPt, double minIndex) const
Finds the nearest index along the linear Geometry to a given Coordinate after the specified minimum i...
Basic namespace for all GEOS functionalities.
Definition geos.h:39