26 #ifndef __TERRALIB_GML_INTERNAL_ENVELOPE_H    27 #define __TERRALIB_GML_INTERNAL_ENVELOPE_H    34   namespace gm { 
class Envelope; }
    84         void setCoordinates(
const double& llx, 
const double& lly, 
const double& urx, 
const double& ury);
    88         void setSRID(
int srid);
   126 #endif  // __TERRALIB_GML_INTERNAL_ENVELOPE_H #define TEGMLEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
An Envelope defines a 2D rectangular region. 
 
Envelope defines an extent using a pair of positions defining opposite corners in arbitrary dimension...
 
Configuration flags for the GML module of TerraLib. 
 
te::gm::Envelope * m_envelope
The envelope coordinates. 
 
int m_srid
The SRS associated to the envelope coordinates.