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 | |
| namespace | te |
| TerraLib. | |
| namespace | te::srs |
| Namespace for the Spatial Reference System module of TerraLib. | |
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.
Definition in file WKTParser.h.