27 #include "../geometry/Envelope.h" 31 : m_envelope(nullptr),
te::gm::Envelope * getCoordinates() const
void init(const double &llx, const double &lly, const double &urx, const double &ury)
It initializes (sets) the envelope bounds.
void setCoordinates(const double &llx, const double &lly, const double &urx, const double &ury)
An Envelope defines a 2D rectangular region.
An Envelope defines a 2D rectangular region.
Envelope()
It initializes a new empty Envelope.
te::gm::Envelope * m_envelope
The envelope coordinates.
int m_srid
The SRS associated to the envelope coordinates.