Creates CoordinateSequences internally represented as an array of Coordinates. More...
#include <geos.h>
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. |
Creates CoordinateSequences internally represented as an array of Coordinates.
CoordinateSequence* geos::geom::CoordinateArraySequenceFactory::create | ( | size_t | size, | |
size_t | dimension = 3 | |||
) | const [virtual] |
Implements geos::geom::CoordinateSequenceFactory.