ISOImageryPlatform
Object of R6Class
for modelling an ISO imagery platform
R6Class
object.
citation
[list
of ISOCitation
]
identifier
type
description
mountedOn
[list
of ISOImageryPlatform
]
new(xml)
This method is used to instantiate an ISOImageryPlatform
addCitation(citation)
Adds citation, object of class ISOCitation
delCitation(citation)
Deletes a citation, object of class ISOCitation
setIdentifier(identifier)
Sets an identifier, object of class character
or ISOMetaIdentifier
setType(type, locales)
Sets a type (object of class "character"). Locale names can be
specified as list
with the locales
argument.
setDescription(description, locales)
Sets a description (object of class "character"). Locale names can be
specified as list
with the locales
argument.
addPlatform(platform)
Add a platform, object of class ISOImageryPlatform
delPlatform(platform)
Deletes a platform, object of class ISOImageryPlatform
ISO 19115-2:2009 - Geographic information -- Metadata Part 2: Extensions for imagery and gridded data
# NOT RUN {
md <- ISOImageryInstrument$new()
md$setIdentifier("identifier")
md$setType("type")
md$setDescription("description")
xml <- md$encode()
# }
Run the code above in your browser using DataLab