20 #ifndef GEOS_LINEARREF_LOCATIONINDEXOFLINE_H
21 #define GEOS_LINEARREF_LOCATIONINDEXOFLINE_H
23 #include <geos/geom/Coordinate.h>
24 #include <geos/geom/Geometry.h>
25 #include <geos/linearref/LinearLocation.h>
40 class LocationIndexOfLine {
47 const geom::Geometry* linearGeom;
64 static LinearLocation*
indicesOf(
const geom::Geometry* linearGeom,
const geom::Geometry* subLine);
66 LocationIndexOfLine(
const geom::Geometry* linearGeom);
69 LinearLocation*
indicesOf(
const geom::Geometry* subLine)
const;