Files | |
| file | Config.h [code] |
| Configuration flags for the TerraLib SRS module. | |
| file | Converter.h [code] |
| This file contains the support to convert coordinates from a SRS to another. | |
| file | Datum.h [code] |
| This file contains the support to represent a geodetic datum. | |
| file | Ellipsoid.h [code] |
| This file contains the structs necessary to model an Ellipsoid. | |
| file | Exception.h [code] |
| An exception class for the SRS module. | |
| file | GeographicCoordinateSystem.h [code] |
| This file contains the structs necessary to represent a GeographicCoordinateSystem. | |
| file | Module.h [code] |
| This singleton defines the TerraLib Spatial Reference System module entry. | |
| file | ProjectedCoordinateSystem.h [code] |
| This file contains the structs necessary to represent a ProjectedCoordinateSystem. | |
| file | SpatialReferenceSystem.h [code] |
| This file contains the structs necessary to represent a Spatial Reference System. | |
| file | SpatialReferenceSystemManager.h [code] |
| A class to manage Coordinate Systems representations. | |
| file | WKTActions.h [code] |
| A class that implements the semanthic actions to grammar rules for well known text (WKT) format for Spatial Reference Systems. Basically, the class is responsible to generate a SRS element. | |
| file | WKTParser.h [code] |
| 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. | |
| file | WKTReader.h [code] |
| A class that deserializes a SRS from a valid WKT. | |