A class that models a literal for Envelope values.  
 More...
#include <LiteralEnvelope.h>
A class that models a literal for Envelope values. 
- See also
 - Expression
 
- Note
 - This class doesn't derive from Literal! In future we will do something to adjust this point! 
 
Definition at line 49 of file LiteralEnvelope.h.
 
◆ ReturnType
◆ VisitorType
◆ LiteralEnvelope() [1/3]
Constructor. 
- Parameters
 - 
  
    | e | The envelope value.  | 
    | srid | The envelope SRS. | 
  
   
- Note
 - The LiteralEnvelope will take the ownership of the given envelope. 
 
 
 
◆ LiteralEnvelope() [2/3]
      
        
          | te::da::LiteralEnvelope::LiteralEnvelope  | 
          ( | 
          const te::gm::Envelope &  | 
          e,  | 
        
        
           | 
           | 
          int  | 
          srid  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Constructor. 
- Parameters
 - 
  
    | e | The envelope value.  | 
    | srid | The envelope SRS.  | 
  
   
 
 
◆ LiteralEnvelope() [3/3]
◆ ~LiteralEnvelope()
      
        
          | te::da::LiteralEnvelope::~LiteralEnvelope  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ accept()
It call the visit method from the guest object. 
- Parameters
 - 
  
    | guest | The guest or visitor. | 
  
   
- Returns
 - Any valid value define by the template type R. 
 
 
 
◆ clone()
  
  
      
        
          | Expression* te::da::LiteralEnvelope::clone  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
virtual   | 
  
 
 
◆ getSRID()
  
  
      
        
          | int te::da::LiteralEnvelope::getSRID  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
It returns the envelope SRS id. 
- Returns
 - The envelope SRS id. 
 
Definition at line 106 of file LiteralEnvelope.h.
 
 
◆ getValue()
It returns the associated envelope value. 
- Returns
 - The associated envelope value. 
 
 
 
◆ operator=()
◆ setSRID()
  
  
      
        
          | void te::da::LiteralEnvelope::setSRID  | 
          ( | 
          int  | 
          srid | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ setValue()
It sets the envelope value associated to the Literal. 
- Parameters
 - 
  
  
 
- Note
 - The LiteralEnvelope will take the ownership of the given envelope. 
 
 
 
◆ m_eval
◆ m_srid
  
  
      
        
          | int te::da::LiteralEnvelope::m_srid | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_release/src/terralib/dataaccess/query/LiteralEnvelope.h