Identification information contains information to uniquely identify the data.
More...
#include <MD_Identification.h>
Identification information contains information to uniquely identify the data.
- Note
- It contains only the mandatory elements of core metadata.
Definition at line 54 of file MD_Identification.h.
◆ MD_Identification()
Constructor.
- Parameters
-
citation | Pointer to the citation to the resource. Class takes ownership. Do not pass null. |
abstract | Brief narrative summary of the resource. |
status | Code that represents the development phase of the resource. |
◆ ~MD_Identification()
virtual te::md::MD_Identification::~MD_Identification |
( |
| ) |
|
|
virtual |
◆ addPointOfContact()
Adds a point of contact to the resource.
- Parameters
-
poc | Pointer to a responsible party. Class takes pointer ownership. Do not pass null. |
◆ clone()
◆ getAbstract()
const std::string& te::md::MD_Identification::getAbstract |
( |
| ) |
const |
Returns the resource abstract.
◆ getCitation()
const CI_Citation* te::md::MD_Identification::getCitation |
( |
| ) |
const |
Returns the citation for the metadata.
◆ getPointsOfContact()
const boost::ptr_vector<CI_ResponsibleParty>& te::md::MD_Identification::getPointsOfContact |
( |
| ) |
const |
Returns the resource points of contact.
◆ getStatus()
Returns the resource status code.
◆ m_abstract
std::string te::md::MD_Identification::m_abstract |
|
protected |
◆ m_citation
◆ m_poc
◆ m_status
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_release/src/terralib/metadata/iso19115/MD_Identification.h