26 #ifndef __TERRALIB_METADATA_INTERNAL_ISO19115_CI_CITATION_H 
   27 #define __TERRALIB_METADATA_INTERNAL_ISO19115_CI_CITATION_H 
   30 #include "../Config.h" 
   38 #include <boost/date_time/gregorian/gregorian.hpp> 
   39 #include <boost/noncopyable.hpp> 
   40 #include <boost/ptr_container/ptr_vector.hpp>  
   73       const std::string& getTitle() 
const;
 
   76       const boost::gregorian::date& getDate() 
const;
 
   99 #endif  // __TERRALIB_METADATA_INTERNAL_ISO19115_CI_CITATION_H 
CI_DateTypeCode m_dateType
Identification of the event used for the temporal aspects in the resource. 
 
Provides a standardized method for citing a resource (dataset, feature, source, publication, etc.) 
 
CI_DateTypeCode
Identification of when a given event occurred. 
 
boost::gregorian::date m_date
Reference date for the cited resource. 
 
std::string m_title
Name by which the cited resource is known.