WKTParser.h File Reference

A class that implements the grammar rules for well known text (WKT) of Spatial Reference Systems. It is based on boost::spirit V2 and WKT BNF definition available in the OGC Coordinate Transformation Services Specification - Revision 1.00 - pages 18 and 19. 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::srs::WKTParser< Iterator >
 A class that implements the Grammar Rules for well known text (WKT) format of Spatial Reference Systems. More...
 

Namespaces

 te
 TerraLib.
 
 te::srs
 Namespace for the Spatial Reference System module of TerraLib.
 

Detailed Description

A class that implements the grammar rules for well known text (WKT) of Spatial Reference Systems. It is based on boost::spirit V2 and WKT BNF definition available in the OGC Coordinate Transformation Services Specification - Revision 1.00 - pages 18 and 19.

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

Definition in file WKTParser.h.