Internal, parses coordinate sequences, strings are formated like "(1 2,3 4,...)". More...
#include <read.hpp>
Static Public Member Functions | |
template<typename OutputIterator > | |
static void | apply (tokenizer::iterator &it, tokenizer::iterator end, std::string const &wkt, OutputIterator out) |
Internal, parses coordinate sequences, strings are formated like "(1 2,3 4,...)".
it | token-iterator, should be pre-positioned at "(", is post-positions after last ")" |
end | end-token-iterator |
out | Output itererator receiving coordinates |
|
inlinestatic |