20#ifndef GEOS_LINEARREF_LENGTHINDEXOFPOINT_H
21#define GEOS_LINEARREF_LENGTHINDEXOFPOINT_H
25#include <geos/geom/Coordinate.h>
26#include <geos/geom/Geometry.h>
27#include <geos/geom/LineSegment.h>
28#include <geos/linearref/LinearLocation.h>
45class LengthIndexOfPoint
51 double indexOfFromStart(
const geom::Coordinate& inputPt,
const double minIndex)
const;
55 double segmentStartMeasure)
const;
Coordinate is the lightweight class used to store coordinates.
Definition Coordinate.h:60
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:167
Definition LineSegment.h:57
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 IndexedNestedRingTester.h:25