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;
91 boost::ptr_vector<te::dt::AbstractData>
m_data;
This class represents an unique id for a data set element.
ObjectId()
Default constructor.
bool operator<(const ObjectId &rhs) const
ObjectId(const ObjectId &rhs)
Copy constructor.
boost::ptr_vector< te::dt::AbstractData > m_data
A vector of property values.
void addValue(te::dt::AbstractData *data)
It adds a property value to uniquely identify a data set element.
std::string getValueAsString() const
It gets the properties values used to uniquely identify a data set element as string.
const boost::ptr_vector< te::dt::AbstractData > & getValue() const
It gets the properties values used to uniquely identify a data set element.
A base class for values that can be retrieved from the data access module.
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.