Learn R Programming

geometa (version 0.6-2)

ISOImageryProcessStepReport: ISOImageryProcessStepReport

Description

ISOImageryProcessStepReport

Usage

ISOImageryProcessStepReport

Arguments

Value

Object of R6Class for modelling an ISO imagery ProcessStepReport

Format

R6Class object.

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.

References

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

Examples

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