This singleton defines the TerraLib Spatial Reference System module entry. More...
#include <Module.h>
  
 Static Public Member Functions | |
| static Module & | getInstance () | 
| It returns a reference to the singleton instance.  More... | |
Protected Member Functions | |
| Module () | |
| Constructor. A singleton constructor is not callable outside the class.  More... | |
| ~Module () | |
| Destructor.  More... | |
Static Private Member Functions | |
| static void | finalize () | 
| This is the cleanup function for the TerraLib SRS module.  More... | |
| static void | initialize () | 
| This is the startup function for the TerraLib SRS module.  More... | |
Static Private Attributes | |
| static const Module & | sm_module | 
| Just to make a static initialization.  More... | |
Friends | |
| class | te::common::Singleton< Module > | 
This singleton defines the TerraLib Spatial Reference System module entry.
      
  | 
  protected | 
Constructor. A singleton constructor is not callable outside the class.
Definition at line 36 of file Module.cpp.
References TerraLib::add(), finalize(), te::common::Singleton< TerraLib >::getInstance(), initialize(), TE_ADD_TEXT_DOMAIN, TE_SRS_MODULE_NAME, TE_SRS_TEXT_DOMAIN, and TE_SRS_TEXT_DOMAIN_DIR.
      
  | 
  protected | 
Destructor.
Definition at line 50 of file Module.cpp.
References te::common::Singleton< TerraLib >::getInstance(), TerraLib::remove(), and TE_SRS_MODULE_NAME.
      
  | 
  staticprivate | 
This is the cleanup function for the TerraLib SRS module.
Definition at line 64 of file Module.cpp.
References TE_LOG_TRACE, and TR_SRS.
Referenced by Module().
      
  | 
  staticinherited | 
It returns a reference to the singleton instance.
      
  | 
  staticprivate | 
This is the startup function for the TerraLib SRS module.
Definition at line 55 of file Module.cpp.
References te::common::Singleton< SpatialReferenceSystemManager >::getInstance(), te::srs::SpatialReferenceSystemManager::init(), TE_LOG_TRACE, and TR_SRS.
Referenced by Module().
      
  | 
  friend | 
      
  | 
  staticprivate |