21 #ifndef GEOS_LINEARREF_LINEARITERATOR_H
22 #define GEOS_LINEARREF_LINEARITERATOR_H
26 #include <geos/geom/Coordinate.h>
27 #include <geos/geom/Geometry.h>
28 #include <geos/geom/LineSegment.h>
29 #include <geos/linearref/LinearLocation.h>
31 namespace geos {
namespace linearref
136 static unsigned int segmentEndVertexIndex(
const LinearLocation& loc);
139 unsigned int vertexIndex;
140 unsigned int componentIndex;
142 const unsigned int numLines;
148 void loadCurrentLine();
157 #endif // GEOS_LINEARREF_LINEARITERATOR_H