This singleton defines the TerraLib Vector Geometry 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 Geometry module.  More... | |
| static void | initialize () | 
| This is the startup function for the TerraLib Geometry module.  More... | |
Static Private Attributes | |
| static const Module & | sm_module | 
| Just to make a static initialization.  More... | |
Friends | |
| class | te::common::Singleton< Module > | 
      
  | 
  protected | 
The singleton constructor is not callable outside the class.
Definition at line 44 of file Module.cpp.
References TerraLib::add(), finalize(), te::common::Singleton< TerraLib >::getInstance(), initialize(), and TE_GEOMETRY_MODULE_NAME.
      
  | 
  protected | 
Definition at line 55 of file Module.cpp.
References te::common::Singleton< TerraLib >::getInstance(), TerraLib::remove(), and TE_GEOMETRY_MODULE_NAME.
      
  | 
  staticprivate | 
This is the cleanup function for the TerraLib Geometry module.
Definition at line 85 of file Module.cpp.
References te::gm::AffineGTFactory::finalize(), te::gm::ProjectiveGTFactory::finalize(), te::gm::SecondDegreePolynomialGTFactory::finalize(), te::gm::ThirdDegreePolynomialGTFactory::finalize(), te::gm::RSTGTFactory::finalize(), TE_LOG_TRACE, and TE_TR.
Referenced by Module().
      
  | 
  staticinherited | 
It returns a reference to the singleton instance.
      
  | 
  staticprivate | 
This is the startup function for the TerraLib Geometry module.
Definition at line 60 of file Module.cpp.
References te::dt::BYTE_ARRAY_TYPE, te::gm::ByteArrayToGeometryConverter(), te::dt::GEOMETRY_TYPE, te::gm::GeometryToByteArrayConverter(), te::gm::GeometryToStringConverter(), te::common::Singleton< DataConverterManager >::getInstance(), te::gm::ProjectiveGTFactory::initialize(), te::gm::ThirdDegreePolynomialGTFactory::initialize(), te::gm::AffineGTFactory::initialize(), te::gm::RSTGTFactory::initialize(), te::gm::SecondDegreePolynomialGTFactory::initialize(), te::gm::Geometry::loadGeomTypeId(), te::dt::STRING_TYPE, te::gm::StringToGeometryConverter(), TE_LOG_TRACE, and TE_TR.
Referenced by Module().
      
  | 
  friend | 
      
  | 
  staticprivate |