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>
40class LocationIndexOfPoint
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
Represents a location along a LineString or MultiLineString.
Definition LinearLocation.h:44
LinearLocation indexOf(const geom::Coordinate &inputPt) const
LinearLocation indexOfAfter(const geom::Coordinate &inputPt, const LinearLocation *minIndex) const
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25