26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_LITERALENVELOPE_H 27 #define __TERRALIB_DATAACCESS_INTERNAL_LITERALENVELOPE_H 31 #include "../../geometry/Envelope.h" 117 std::unique_ptr<te::gm::Envelope>
m_eval;
124 #endif // __TERRALIB_DATAACCESS_INTERNAL_LITERALENVELOPE_H void setSRID(int srid)
It sets the envelope SRS id.
This is an abstract class that models a query expression.
int getSRID() const
It returns the envelope SRS id.
An Envelope defines a 2D rectangular region.
std::unique_ptr< te::gm::Envelope > m_eval
The envelope value.
int m_srid
The envelope SRS ID.
This is an abstract class that models a query expression.
#define TE_DEFINE_VISITABLE
A class that models a literal for Envelope values.
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.