#include <geos.h>
Inheritance diagram for geos::geom::CoordinateArraySequenceFactory:

Public Member Functions | |
| CoordinateSequence * | create (std::vector< Coordinate > *coords) const |
| Returns a CoordinateArraySequence based on the given vector (the vector is not copied - callers give up ownership). | |
| CoordinateSequence * | create (std::vector< Coordinate > *coords, size_t dims) const |
| CoordinateSequence * | create (size_t size, size_t dimension=3) const |
Static Public Member Functions | |
| static const CoordinateSequenceFactory * | instance () |
| Returns the singleton instance of CoordinateArraySequenceFactory. | |
|
||||||||||||
|
Implements geos::geom::CoordinateSequenceFactory. |
1.4.4