ISOGeographicDescription
ISOGeographicDescription
ISOGeographicDescription class
R6Class
object.
Object of R6Class
for modelling an ISO GeographicDescription
md <- ISOGeographicDescription$new() md$setGeographicIdentifier(ISOMetaIdentifier$new(code = "identifier")) xml <- md$encode()
ISO 19139 https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_EX_GeographicDescription
ISO 19115-3 https://schemas.isotc211.org/19115/-3/gex/1.0/gex/#element_EX_GeographicDescription
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> geometa::ISOGeographicExtent
-> ISOGeographicDescription
geographicIdentifier
: geographicIdentifier [1..1]: character
new()
Initializes object
ISOGeographicDescription$new(xml = NULL)
xml
: object of class XMLInternalNode-class
setGeographicIdentifier()
Set geographic identifier
ISOGeographicDescription$setGeographicIdentifier(geographicIdentifier)
geographicIdentifier
: geographic identifier, object of class ISOMetaIdentifier
clone()
The objects of this class are cloneable with this method.
ISOGeographicDescription$clone(deep = FALSE)
deep
: Whether to make a deep clone.