2D Affine Geometric transformation factory.  
 More...
#include <AffineGTFactory.h>
 | 
| std::string  | m_factoryKey | 
|   | The key that identifies the concrete factory: it will be used for unregistering the factory during destruction.  More...
  | 
|   | 
2D Affine Geometric transformation factory. 
Definition at line 42 of file AffineGTFactory.h.
 
      
        
          | te::gm::AffineGTFactory::AffineGTFactory  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | te::gm::AffineGTFactory::~AffineGTFactory  | 
          ( | 
           | ) | 
           | 
        
      
 
 
  
  
      
        
          | static void te::gm::AffineGTFactory::finalize  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
It returns a reference to the internal dictionary of concrete factories. 
The dictionary is a singleton.
- Returns
 - A reference to the internal dictionary. 
 
 
 
It returns the factory key associated to the concreate factory. 
- Returns
 - The factory key associated to the concreate factory. 
 
 
 
  
  
      
        
          | static void te::gm::AffineGTFactory::initialize  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
It creates an object with the appropriated factory. 
- Parameters
 - 
  
    | factoryKey | A key that identifies the factory used to build the object. | 
  
   
- Returns
 - It returns a new object created by the given factory.
 
- Exceptions
 - 
  
    | Exception | If the concrete factory is not specified or the object can not be built for any reason this methiod may throws an exception. | 
  
   
- Note
 - The caller of this method will take the ownership of the returned object. 
 
 
 
The key that identifies the concrete factory: it will be used for unregistering the factory during destruction. 
Definition at line 136 of file AbstractFactory.h.
 
 
  
  
      
        
          | GTFactory* te::gm::AffineGTFactory::m_initializedFactoryPtr | 
         
       
   | 
  
staticprotected   | 
  
 
 
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/terralib5/src/terralib/geometry/AffineGTFactory.h