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>
41 class LocationIndexOfLine
49 const geom::Geometry* linearGeom;
66 static LinearLocation*
indicesOf(
const geom::Geometry* linearGeom,
const geom::Geometry* subLine);
68 LocationIndexOfLine(
const geom::Geometry* linearGeom);
71 LinearLocation*
indicesOf(
const geom::Geometry* subLine)
const;