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>
42class LinearGeometryBuilder
47 typedef std::vector<geom::Geometry *> GeomPtrVect;
52 bool ignoreInvalidLines;
61 ~LinearGeometryBuilder();
The internal representation of a list of coordinates inside a Geometry.
Definition CoordinateSequence.h:59
Coordinate is the lightweight class used to store coordinates.
Definition Coordinate.h:60
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition GeometryFactory.h:67
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:167
geom::Coordinate getLastCoordinate() const
NOTE strk: why return by value ?
void setIgnoreInvalidLines(bool ignoreInvalidLines)
void add(const geom::Coordinate &pt, bool allowRepeatedPoints)
void add(const geom::Coordinate &pt)
void endLine()
Terminate the current LineString.
void setFixInvalidLines(bool fixInvalidLines)
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25