This singleton defines the TerraLib Data Access 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 () | |
| The singleton constructor is not callable outside the class.  More... | |
| ~Module () | |
Static Private Member Functions | |
| static void | finalize () | 
| This is the cleanup function for the TerraLib Data Access module.  More... | |
| static void | initialize () | 
| This is the startup function for the TerraLib Data Access 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 Data Access module entry.
      
  | 
  protected | 
The singleton constructor is not callable outside the class.
Definition at line 38 of file Module.cpp.
References TerraLib::add(), finalize(), te::common::Singleton< ConnectionPoolManager >::getInstance(), te::common::Singleton< TerraLib >::getInstance(), initialize(), TE_ADD_TEXT_DOMAIN, TE_DATAACCESS_MODULE_NAME, TE_DATAACCESS_TEXT_DOMAIN, and TE_DATAACCESS_TEXT_DOMAIN_DIR.
      
  | 
  protected | 
Definition at line 55 of file Module.cpp.
References te::common::Singleton< TerraLib >::getInstance(), TerraLib::remove(), and TE_DATAACCESS_MODULE_NAME.
      
  | 
  staticprivate | 
This is the cleanup function for the TerraLib Data Access module.
Definition at line 81 of file Module.cpp.
References te::common::Singleton< ConnectionPoolManager >::getInstance(), te::da::ConnectionPoolManager::stop(), TE_LOG_TRACE, and TR_DATAACCESS.
Referenced by Module().
      
  | 
  staticinherited | 
It returns a reference to the singleton instance.
      
  | 
  staticprivate | 
This is the startup function for the TerraLib Data Access module.
Definition at line 60 of file Module.cpp.
References te::da::AttributeConverterManager::addConverter(), te::da::GenericAttributeConverter(), te::common::Singleton< ConnectionPoolManager >::getInstance(), te::common::Singleton< AttributeConverterManager >::getInstance(), te::da::PointToMConverter(), te::da::PointToXConverter(), te::da::PointToYConverter(), te::da::PointToZConverter(), te::da::ConnectionPoolManager::start(), TE_LOG_TRACE, TR_DATAACCESS, te::da::TupleToStringConverter(), te::da::XYMToPointConverter(), te::da::XYToPointConverter(), te::da::XYZMToPointConverter(), and te::da::XYZToPointConverter().
Referenced by Module().
      
  | 
  friend | 
      
  | 
  staticprivate |