26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_LITERALENVELOPE_H 
   27 #define __TERRALIB_DATAACCESS_INTERNAL_LITERALENVELOPE_H 
   38   namespace gm { 
class Envelope; }
 
   76         LiteralEnvelope(
const LiteralEnvelope& rhs);
 
   82         LiteralEnvelope& operator=(
const LiteralEnvelope& rhs);
 
  126 #endif  // __TERRALIB_DATAACCESS_INTERNAL_LITERALENVELOPE_H 
int m_srid
The envelope SRS ID. 
 
#define TE_DEFINE_VISITABLE
 
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
This class models a literal value. 
 
void setSRID(int srid)
It sets the envelope SRS id. 
 
A class that models a literal for Envelope values. 
 
int getSRID() const 
It returns the envelope SRS id. 
 
This is an abstract class that models a query expression. 
 
An Envelope defines a 2D rectangular region. 
 
std::auto_ptr< te::gm::Envelope > m_eval
The envelope value.