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);
An Envelope defines a 2D rectangular region.
Envelope defines an extent using a pair of positions defining opposite corners in arbitrary dimension...
int m_srid
The SRS associated to the envelope coordinates.
Envelope(te::gm::Envelope *e, int srid)
It initializes the GML envelope with the given coordinates and srs.
te::gm::Envelope * getCoordinates() const
te::gm::Envelope * m_envelope
The envelope coordinates.
Envelope(const Envelope &rhs)
No copy constructor allowed.
Envelope & operator=(const Envelope &rhs)
No assignment operator allowed.
Envelope()
It initializes a new empty Envelope.
void setCoordinates(const double &llx, const double &lly, const double &urx, const double &ury)
#define TEGMLEXPORT
You can use this macro in order to export/import classes and functions from this module.
Proxy configuration file for TerraView (see terraview_config.h).