ISOImageryProcessStepReport
ISOImageryProcessStepReport
ISOImageryProcessStepReport class
R6Class
object.
Object of R6Class
for modelling an ISO imagery ProcessStepReport
md <- ISOImageryProcessStepReport$new() md$setName("my_report") md$setDescription("description") md$setFileType("md") xml <- md$encode()
ISO 19139 https://schemas.isotc211.org/19115/-2/gmi/1.0/gmi/#element_LE_ProcessStepReport
ISO 19115-3 https://schemas.isotc211.org/19115/-3/mrl/2.0/mrl/#element_LE_ProcessStepReport
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> ISOImageryProcessStepReport
name
: name [1..1]: character|ISOLocalisedCharacterString
description
: description [0..1]: character|ISOLocalisedCharacterString
fileType
: fileType [0..1]: character|ISOLocalisedCharacterString
new()
Initializes object
ISOImageryProcessStepReport$new(xml = NULL)
xml
: object of class XMLInternalNode-class
setName()
Set name
ISOImageryProcessStepReport$setName(name, locales = NULL)
name
: name
locales
: list of localized texts. Default is NULL
setDescription()
Set description
ISOImageryProcessStepReport$setDescription(description, locales = NULL)
description
: description
locales
: list of localized texts. Default is NULL
setFileType()
Set file type
ISOImageryProcessStepReport$setFileType(fileType, locales = NULL)
fileType
: file type
locales
: list of localized texts. Default is NULL
clone()
The objects of this class are cloneable with this method.
ISOImageryProcessStepReport$clone(deep = FALSE)
deep
: Whether to make a deep clone.