te::srs Namespace Reference

Namespace for the Spatial Reference System module of TerraLib. More...

Classes

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

Typedefs

typedef std::unique_ptr< SpatialReferenceSystemSpatialReferenceSystemPtr
 

Functions

TESRSEXPORT boost::mutex & getStaticMutex ()
 Returns a reference to a static mutex initialized when this module is initialized. More...
 

Detailed Description

Namespace for the Spatial Reference System module of TerraLib.

Typedef Documentation

◆ SpatialReferenceSystemPtr

Definition at line 121 of file SpatialReferenceSystem.h.

Function Documentation

◆ getStaticMutex()

TESRSEXPORT boost::mutex& te::srs::getStaticMutex ( )

Returns a reference to a static mutex initialized when this module is initialized.

Returns
Returns a reference to a static mutex initialized when this module is initialized.