20 #ifndef GEOS_LINEARREF_LINEARITERATOR_H
21 #define GEOS_LINEARREF_LINEARITERATOR_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>
30 namespace geos {
namespace linearref
135 static unsigned int segmentEndVertexIndex(
const LinearLocation& loc);
138 unsigned int vertexIndex;
139 unsigned int componentIndex;
141 const unsigned int numLines;
149 void loadCurrentLine();
158 #endif // GEOS_LINEARREF_LINEARITERATOR_H