powered by
ISOImageryProcessStepReport
Object of R6Class for modelling an ISO imagery ProcessStepReport
R6Class
R6Class object.
name
[character|ISOLocalisedCharacterString]
character
ISOLocalisedCharacterString
description
fileType
new(xml)
This method is used to instantiate an ISOImageryProcessStepReport
setName(name, locales)
Sets a name (object of class "character"). Locale names can be specified as list with the locales argument.
list
locales
setDescription(description, locales)
Sets a description (object of class "character"). Locale names can be specified as list with the locales argument.
setFileType(fileType, locales)
Sets a fileType (object of class "character"). Locale names can be specified as list with the locales argument.
ISO 19115-2:2009 - Geographic information -- Metadata Part 2: Extensions for imagery and gridded data
# NOT RUN { md <- ISOImageryProcessStepReport$new() md$setName("my_report") md$setDescription("description") md$setFileType("md") xml <- md$encode() # }
Run the code above in your browser using DataLab