19 #ifndef GEOS_GEOM_COORDINATESEQUENCEFACTORY_H
20 #define GEOS_GEOM_COORDINATESEQUENCEFACTORY_H
23 #include <geos/export.h>
27 #include <geos/inline.h>
32 class CoordinateSequence;
66 std::vector<Coordinate> *coordinates,
67 std::size_t dimension=0 )
const=0;
80 std::size_t dimension)
const=0;
101 #endif // ndef GEOS_GEOM_COORDINATESEQUENCEFACTORY_H
A factory to create concrete instances of CoordinateSequences.
Definition: CoordinateSequenceFactory.h:47
The internal representation of a list of coordinates inside a Geometry.
Definition: CoordinateSequence.h:59