Learn R Programming

geometa (version 0.7)

ISOImageryProcessStepReport: ISOImageryProcessStepReport

Description

ISOImageryProcessStepReport

Arguments

Value

Object of R6Class for modelling an ISO imagery ProcessStepReport

Format

R6Class object.

Fields

name

[character|ISOLocalisedCharacterString]

description

[character|ISOLocalisedCharacterString]

fileType

[character|ISOLocalisedCharacterString]

Methods

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.

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.

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

ISO 19115-2:2009 - Geographic information -- Metadata Part 2: Extensions for imagery and gridded data

Examples

Run this code
   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