#include <geos.h>
Public Member Functions | |
virtual CoordinateSequence * | create (vector< Coordinate > *coordinates) const =0 |
Returns a CoordinateSequence based on the given array. Whether or not the vector is copied is implementation-dependent, for this reason caller does give up ownership of it. Implementations that will not copy it will need take care of deleting it. Note that a NULL value is allowed as coordinates, and will create an empty CoordinateSequence. |