Performs raster data registering into a SRS using a set of tie points.  
 More...
#include <Register.h>
Performs raster data registering into a SRS using a set of tie points. 
Definition at line 48 of file Register.h.
 
◆ Register()
      
        
          | te::rp::Register::Register  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ ~Register()
      
        
          | te::rp::Register::~Register  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ execute()
Executes the algorithm using the supplied parameters. 
- Parameters
 - 
  
    | outputParams | Output parameters. | 
  
   
- Returns
 - true if OK, false on errors.
 
- Note
 - A return error string can be obtained via Algorithm::getErrorMessage() 
 
Implements te::rp::Algorithm.
 
 
◆ getErrorMessage()
  
  
      
        
          | const std::string& te::rp::Algorithm::getErrorMessage  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inherited   | 
  
 
Return the current error message if there is any. 
- Returns
 - Return the current error message if there is any. 
 
 
 
◆ initialize()
Initialize the algorithm instance making it ready for execution. 
- Parameters
 - 
  
    | inputParams | Input parameters. | 
  
   
- Returns
 - true if OK, false on errors.
 
- Note
 - A return error string can be obtained via Algorithm::getErrorMessage() 
 
Implements te::rp::Algorithm.
 
 
◆ isInitialized()
  
  
      
        
          | bool te::rp::Register::isInitialized  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
virtual   | 
  
 
Returns true if the algorithm instance is initialized and ready for execution. 
- Returns
 - true if the algorithm instance is initialized and ready for execution. 
 
Implements te::rp::Algorithm.
 
 
◆ reset()
  
  
      
        
          | void te::rp::Register::reset  | 
          ( | 
           | ) | 
           | 
         
        
          | throw  | ( | te::rp::Exception | 
         
        
           | ) |  |  | 
         
       
   | 
  
virtual   | 
  
 
Clear all internal allocated objects and reset the algorithm to its initial state. 
Reimplemented from te::rp::Algorithm.
 
 
◆ setErrorMessage()
  
  
      
        
          | void te::rp::Algorithm::setErrorMessage  | 
          ( | 
          const std::string &  | 
          newErrorMessage | ) | 
           | 
         
       
   | 
  
protectedinherited   | 
  
 
Set the current error message. 
- Parameters
 - 
  
    | newErrorMessage | New error message;  | 
  
   
 
 
◆ m_errorMessage
  
  
      
        
          | std::string te::rp::Algorithm::m_errorMessage | 
         
       
   | 
  
privateinherited   | 
  
 
 
◆ m_inputParameters
Input execution parameters. 
Definition at line 149 of file Register.h.
 
 
◆ m_isInitialized
  
  
      
        
          | bool te::rp::Register::m_isInitialized | 
         
       
   | 
  
protected   | 
  
 
Tells if this instance is initialized. 
Definition at line 151 of file Register.h.
 
 
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_release/src/terralib/rp/Register.h