26 #ifndef __TERRALIB_ST_INTERNAL_TRAJECTORYDATASETTYPE_H 
   27 #define __TERRALIB_ST_INTERNAL_TRAJECTORYDATASETTYPE_H 
   30 #include "../observation/ObservationDataSetType.h" 
   77                               const std::string& 
id); 
 
  102         int getGeomPropIdx() 
const;
 
  109         int getTimePropIdx() 
const;
 
  116         int getBeginTimePropIdx() 
const;
 
  123         int getEndTimePropIdx() 
const;
 
  130         int getIdPropIdx() 
const;
 
  137         void setIdPropIdx(
int idx);
 
  144         std::string getId() 
const;
 
  151         void setId(
const std::string& 
id);
 
  165 #endif  // __TERRALIB_ST_INTERNAL_TRAJECTORYDATASETTYPE_H 
int m_idPropIdx
The property index that contains the object identification. 
 
ObservationDataSetType m_obsType
The internal observation set type. 
 
A class that contains complemental information about a DataSet that holds observations of a trajector...
 
std::string m_id
The trajectory id. 
 
#define TESTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A class that contains complemental DataSetType information about a DataSet that holds observations...