Namespace for the memory data source of TerraLib. More...
Classes | |
class | CI_Citation |
Provides a standardized method for citing a resource (dataset, feature, source, publication, etc.) More... | |
class | CI_ResponsibleParty |
Contains the identify of person(s), and/or position, and/or organization(s) associated with the resource. More... | |
class | MD_DataIdentification |
Information required to identify a dataset. More... | |
class | MD_Distribution |
Information about the distributor of and the options for obtaining the resource. More... | |
class | MD_Format |
Format of the data. More... | |
class | MD_Identification |
Identification information contains information to uniquely identify the data. More... | |
class | MD_Metadata |
Root entity which defines metadata for a resource or resources. More... | |
class | MetadataAnnotation |
A class to relate a metadata annotation to a TerraLib element (or entity). More... | |
class | MetadataManager |
This singleton defines the TerraLib metadata record manager entry. More... | |
class | Module |
This singleton defines the TerraLib Symbology Encoding module entry. More... | |
Functions | |
TEMDEXPORT MD_Metadata * | Extract (const te::da::DataSet *d) |
Extract some metadata from a layer. More... | |
TEMDEXPORT void | Save (const te::md::MD_Metadata *md, te::xml::AbstractWriter &writer) |
TEMDEXPORT void | Save (const te::md::CI_ResponsibleParty &ctc, te::xml::AbstractWriter &writer) |
TEMDEXPORT void | Save (const te::md::MD_Identification &id, te::xml::AbstractWriter &writer) |
TEMDEXPORT void | Save (const te::md::CI_Citation *cite, te::xml::AbstractWriter &writer) |
Namespace for the memory data source of TerraLib.
Identification of when a given event occurred.
Definition at line 44 of file CodeList.h.
Function performed by the resource.
Definition at line 78 of file CodeList.h.
Mode in which the data is represented.
Definition at line 92 of file CodeList.h.
enum te::md::CI_RoleCode |
Function performed by the responsible party.
Definition at line 56 of file CodeList.h.
Type or method for evaluating an identified data quality measure.
Definition at line 125 of file CodeList.h.
Justification for the correlation of two datasets.
Definition at line 146 of file CodeList.h.
Ttype of aggregation activity in which datasets are related.
Definition at line 160 of file CodeList.h.
Code indicating whether grid data is point or area.
Enumerator | |
---|---|
MD_cpoint |
each cell represents a point |
MD_area |
each cell represents an area |
Definition at line 193 of file CodeList.h.
name of the character coding standard used in the resource
Definition at line 204 of file CodeList.h.
CodeList Definition: name of the handling restrictions on the dataset.
Definition at line 239 of file CodeList.h.
specific type of information represented in the cell
Definition at line 253 of file CodeList.h.
datatype of element or entity
Definition at line 269 of file CodeList.h.
name of the dimensiony
Definition at line 293 of file CodeList.h.
name of point or vector objects used to locate zero-, one-, two-, or three-dimensional spatial locations in the dataset
Definition at line 310 of file CodeList.h.
code which indicates conditions which may affect the image
Definition at line 325 of file CodeList.h.
Methods used to group similar keywords.
Definition at line 347 of file CodeList.h.
Frequency with which modifications and deletions are made to the data after it is first produced.
Definition at line 367 of file CodeList.h.
method used to write to the medium
Definition at line 390 of file CodeList.h.
name of the medium
Definition at line 406 of file CodeList.h.
Enumerator | |
---|---|
MD_mandatory |
relement is always required |
MD_optional |
relement is not required |
MD_conditional |
relement is required when a specific condition is met |
Definition at line 433 of file CodeList.h.
point in a pixel corresponding to the Earth location of the pixel
Definition at line 445 of file CodeList.h.
status of the dataset or progress of a review
Definition at line 459 of file CodeList.h.
Definition at line 475 of file CodeList.h.
enum te::md::MD_ScopeCode |
class of information to which the referencing entity applies
Definition at line 496 of file CodeList.h.
Definition at line 523 of file CodeList.h.
high-level geographic data thematic classification to assist in the grouping and search of available geographic data sets.
Can be used to group keywords as well. Listed examples are not exhaustive.
Definition at line 540 of file CodeList.h.
Definition at line 578 of file CodeList.h.
designation of criterion for defining maximum and minimum wavelengths for a spectral band
Definition at line 605 of file CodeList.h.
designation of criterion for defining the context of the scanning process event
Enumerator | |
---|---|
MI_acqisition |
event related to a specific domain |
MI_pass |
event related to a sequence of collections |
MI_wayPoint |
event related to navigational manoeuvre |
Definition at line 619 of file CodeList.h.
geometric description of the collection
Definition at line 631 of file CodeList.h.
temporal persistence of collection objective
Enumerator | |
---|---|
MI_instantaneousCollection |
single instance of collection |
MI_persistentView |
multiples instances of collection |
MI_survey |
collection over specified domain |
Definition at line 644 of file CodeList.h.
code indicating whether the data contained in this packet is real, simulated, or synthesized
Enumerator | |
---|---|
MI_real |
originates from live-fly or other non-simulated operational source |
MI_simulated |
originates from target simulator sources |
MI_synthesized |
mix of real and simulated data |
Definition at line 656 of file CodeList.h.
polarization of the antenna relative to the waveform
Definition at line 668 of file CodeList.h.
ordered list of priorities
Definition at line 682 of file CodeList.h.
temporal relation of activation
Enumerator | |
---|---|
MI_start |
beginning of a collection |
MI_end |
end of a collection |
MI_instantaneous |
collection without a significant duration |
Definition at line 694 of file CodeList.h.
transform function to be used when scaling a physical value for a given element
Enumerator | |
---|---|
MI_tlinear |
beginning of a collection |
MI_logarithmic |
end of a collection |
MI_exponential |
collection without a significant duration |
Definition at line 705 of file CodeList.h.
mechanism of activation
Enumerator | |
---|---|
MI_automatic |
event due to external stimuli |
MI_manual |
event manually instigated |
MI_preProgrammed |
event instigated by planned internal stimuli |
Definition at line 716 of file CodeList.h.
enum te::md::MX_ScopeCode |
Extension of MD_ScopeCode for the needs of GMX application schemas and in the context of a transfer.
Definition at line 735 of file CodeList.h.
TEMDEXPORT MD_Metadata* te::md::Extract | ( | const te::da::DataSet * | d | ) |
Extract some metadata from a layer.
l | Pointer to a layer. Do not pass null. |
Extract some metadata from a layer.
d | Pointer to a layer. Do not pass null. |
TEMDEXPORT void te::md::Save | ( | const te::md::MD_Metadata * | md, |
te::xml::AbstractWriter & | writer | ||
) |
TEMDEXPORT void te::md::Save | ( | const te::md::CI_ResponsibleParty & | ctc, |
te::xml::AbstractWriter & | writer | ||
) |
TEMDEXPORT void te::md::Save | ( | const te::md::MD_Identification & | id, |
te::xml::AbstractWriter & | writer | ||
) |
TEMDEXPORT void te::md::Save | ( | const te::md::CI_Citation * | cite, |
te::xml::AbstractWriter & | writer | ||
) |