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