26#ifndef __TERRALIB_GML_INTERNAL_ENVELOPE_H
27#define __TERRALIB_GML_INTERNAL_ENVELOPE_H
84 void setCoordinates(
const double& llx,
const double& lly,
const double& urx,
const double& ury);
An Envelope defines a 2D rectangular region.
te::gm::Envelope * getCoordinates() const
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 * 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)
Namespace for the Vector Geometry module of TerraLib.
This is the namespace for the GML module.
Configuration flags for the GML module of TerraLib.
#define TEGMLEXPORT
You can use this macro in order to export/import classes and functions from this module.