A class that implements the grammar rules for well known text (WKT) for Geometry. It is based on boost::spirit V2 and WKT BNF definition available in the OGC Simple Features Specification. More...
#include "WKTActions.h"
#include <boost/bind/bind.hpp>
#include <boost/spirit/include/qi.hpp>
#include <iostream>
#include <string>
Go to the source code of this file.
Classes | |
class | te::gm::WKTParser< Iterator > |
Namespaces | |
te | |
URI C++ Library. | |
te::gm | |
Namespace for the Vector Geometry module of TerraLib. | |
A class that implements the grammar rules for well known text (WKT) for Geometry. It is based on boost::spirit V2 and WKT BNF definition available in the OGC Simple Features Specification.
Definition in file WKTParser.h.