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