|
template<typename T = Coordinate> |
void | geos::geom::CoordinateSequence::add (const T &c) |
|
template<typename T > |
void | geos::geom::CoordinateSequence::add (const T &c, bool allowRepeated) |
|
template<typename T > |
void | geos::geom::CoordinateSequence::add (const T &c, std::size_t pos) |
| Inserts the specified coordinate at the specified position in this sequence. If multiple coordinates are to be added, a multiple- insert method should be used for best performance. More...
|
|
template<typename T > |
void | geos::geom::CoordinateSequence::add (std::size_t i, const T &coord, bool allowRepeated) |
| Inserts the specified coordinate at the specified position in this list. More...
|
|
void | geos::geom::CoordinateSequence::add (double x, double y) |
|
void | geos::geom::CoordinateSequence::add (const CoordinateSequence &cs) |
|
void | geos::geom::CoordinateSequence::add (const CoordinateSequence &cs, bool allowRepeated) |
|
void | geos::geom::CoordinateSequence::add (const CoordinateSequence &cl, bool allowRepeated, bool forwardDirection) |
|
void | geos::geom::CoordinateSequence::add (const CoordinateSequence &cs, std::size_t from, std::size_t to) |
|
void | geos::geom::CoordinateSequence::add (const CoordinateSequence &cs, std::size_t from, std::size_t to, bool allowRepeated) |
|
template<typename T , typename... Args> |
void | geos::geom::CoordinateSequence::add (T begin, T end, Args... args) |
|
template<typename T > |
void | geos::geom::CoordinateSequence::add (std::size_t i, T from, T to) |
|