Spatial Reference System

This module implements the concept of spatial reference systems. More...

Classes

class  te::srs::Converter
 A Converter is responsible for the conversion of coordinates between different Coordinate Systems (CS). More...
 
class  te::srs::Datum
 A geodetic datum defines a reference to measure Earth's surface. More...
 
class  te::srs::Ellipsoid
 A reference ellipsoid is an approximation of the Earth's surface as a squashed sphere. More...
 
class  te::srs::GeographicCoordinateSystem
 A Geographic Coordinate System (GEOGCS). More...
 
class  te::srs::ProjectedCoordinateSystem
 A Projected Coordinate System (PROJCS). More...
 
class  te::srs::SpatialReferenceSystem
 A Spatial Reference System, also known as a Coordinate System. More...
 
class  te::srs::SpatialReferenceSystemManager
 A class to manage Coordinate Systems representations within TerraLib environment. More...
 
class  te::srs::WKTReader
 A class that deserializes a SRS from a valid WKT. More...
 

Detailed Description

This module implements the concept of spatial reference systems.

Basically, the module deals with the representation of Spatial Reference Systems and with the transformation of coordinates between two different systems.

The main classes/concepts in this module are listed here. The namespace associated to the Spatial Reference System module is te::srs. To know more about it, see the te::srs namespace documentation.