21 #ifndef GEOS_LINEARREF_LOCATIONINDEXOFPOINT_H
22 #define GEOS_LINEARREF_LOCATIONINDEXOFPOINT_H
24 #include <geos/geom/Coordinate.h>
25 #include <geos/geom/Geometry.h>
26 #include <geos/linearref/LinearLocation.h>
Represents a location along a LineString or MultiLineString.
Definition: LinearLocation.h:44
LinearLocation indexOf(const geom::Coordinate &inputPt) const
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
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:177
Definition: LocationIndexOfPoint.h:41
LinearLocation indexOfAfter(const geom::Coordinate &inputPt, const LinearLocation *minIndex) const