26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_OBJECTID_H
27 #define __TERRALIB_DATAACCESS_INTERNAL_OBJECTID_H
30 #include "../../datatype/AbstractData.h"
31 #include "../Config.h"
34 #include <boost/ptr_container/ptr_vector.hpp>
67 const boost::ptr_vector<te::dt::AbstractData>& getValue()
const;
74 std::string getValueAsString()
const;
91 boost::ptr_vector<te::dt::AbstractData>
m_data;
97 #endif // __TERRALIB_DATAACCESS_INTERNAL_OBJECTID_H
TEDATAACCESSEXPORT te::da::Expression * operator<(const te::da::Expression &e1, const te::da::Expression &e2)
This class represents an unique id for a data set element.
A base class for values that can be retrieved from the data access module.
boost::ptr_vector< te::dt::AbstractData > m_data
A vector of property values.
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.