26 #ifndef __TERRALIB_METADATA_INTERNAL_ISO19115_MD_DISTRIBUTION_H 
   27 #define __TERRALIB_METADATA_INTERNAL_ISO19115_MD_DISTRIBUTION_H 
   30 #include "../Config.h" 
   34 #include <boost/noncopyable.hpp> 
   35 #include <boost/ptr_container/ptr_vector.hpp> 
Information about the distributor of and the options for obtaining the resource.
 
void addDistrOption(MD_Format *opt)
Adds an distribution option.
 
boost::ptr_vector< MD_Format > m_distrFormats
 
const boost::ptr_vector< MD_Format > & getFormats() const
Gets the distribution formats.
 
void setURL(const std::string &url)
Sets an online resource.
 
const std::string & getURL() const
Gets an online resource.