21 #ifndef GEOS_LINEARREF_LINEARGEOMETRYBUILDER_H
22 #define GEOS_LINEARREF_LINEARGEOMETRYBUILDER_H
24 #include <geos/geom/Coordinate.h>
25 #include <geos/geom/CoordinateList.h>
26 #include <geos/geom/Geometry.h>
27 #include <geos/geom/GeometryFactory.h>
28 #include <geos/linearref/LinearLocation.h>
48 typedef std::vector<geom::Geometry *> GeomPtrVect;
53 bool ignoreInvalidLines;
void endLine()
Terminate the current LineString.
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:61
void add(const geom::Coordinate &pt)
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:168
void setIgnoreInvalidLines(bool ignoreInvalidLines)
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition: GeometryFactory.h:68
Definition: LinearGeometryBuilder.h:43
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:60
void setFixInvalidLines(bool fixInvalidLines)
geom::Coordinate getLastCoordinate() const
NOTE strk: why return by value ?