|
| | Config.h |
| | Configuration flags for the TerraLib SRS module.
|
| |
| | Converter.h |
| | This file contains the support to convert coordinates from a SRS to another.
|
| |
| | Datum.h |
| | This file contains the support to represent a geodetic datum.
|
| |
| | Ellipsoid.h |
| | This file contains the structs necessary to model an Ellipsoid.
|
| |
| | Exception.h |
| | An exception class for the SRS module.
|
| |
| | GeographicCoordinateSystem.h |
| | This file contains the structs necessary to represent a GeographicCoordinateSystem.
|
| |
| | Module.h |
| | This singleton defines the TerraLib Spatial Reference System module entry.
|
| |
| | ProjectedCoordinateSystem.h |
| | This file contains the structs necessary to represent a ProjectedCoordinateSystem.
|
| |
| | SpatialReferenceSystem.h |
| | This file contains the structs necessary to represent a Spatial Reference System.
|
| |
| | SpatialReferenceSystemManager.h |
| | A class to manage Coordinate Systems representations.
|
| |
| | WKTActions.h |
| | 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.
|
| |
| | WKTParser.h |
| | 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.
|
| |
| | WKTReader.h |
| | A class that deserializes a SRS from a valid WKT.
|
| |