26 #ifndef __TERRALIB_COMMON_INTERNAL_DISTANCE_H 
   27 #define __TERRALIB_COMMON_INTERNAL_DISTANCE_H 
   59         Distance(
const double& value, 
size_t uomIdx);
 
   71         void setDistance(
const double& value);
 
   73         const double& getDistance() 
const;
 
   75         void setUom(
size_t uom);
 
   77         size_t getUom() 
const;
 
   90 #endif  // __TERRALIB_COMMON_INTERNAL_DISTANCE_H 
#define TECOMMONEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A given distance has a measurement and a unit-of-measure. 
 
Configuration flags for the TerraLib Common Runtime module.