WKTParser.h File Reference

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.
 

Detailed Description

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.

Warning
Do not use this class. It is for TerraLib internal use. Try the te::gm::WKTReader instead.

Definition in file WKTParser.h.