|
template<typename T > |
void | geos::geom::CoordinateSequence::setAt (const T &c, std::size_t pos) |
| Copy Coordinate c to position pos.
|
|
void | geos::geom::CoordinateSequence::setOrdinate (std::size_t index, std::size_t ordinateIndex, double value) |
|
void | geos::geom::CoordinateSequence::setPoints (const std::vector< Coordinate > &v) |
| Substitute Coordinate list with a copy of the given vector.
|
|
void | geos::geom::CoordinateSequence::setPoints (const std::vector< CoordinateXY > &v) |
| Substitute Coordinate list with a copy of the given vector.
|
|