24#include <geos/geom/Coordinate.h>
25#include <geos/geom/Geometry.h>
26#include <geos/geom/LineSegment.h>
27#include <geos/linearref/LinearLocation.h>
42class LengthIndexOfPoint {
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
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...
Contains classes and interfaces implementing linear referencing on linear geometries.
Definition ExtractLineByLocation.h:27
Basic namespace for all GEOS functionalities.
Definition geos.h:39