Learn R Programming

geometa (version 0.7)

ISOImageryRangeElementDescription: ISOImageryRangeElementDescription

Description

ISOImageryRangeElementDescription

Arguments

Value

Object of R6Class for modelling an ISOImageryRangeElementDescription

Format

R6Class object.

Fields

name

[character]

description

[character]

rangeElement

[ISORecord]

Methods

new(xml)

This method is used to instantiate an ISOImageryRangeElementDescription

setName(name, locales)

Sets the name. Locale names can be specified as list with the locales argument.

setDefinition(description, locales)

Sets the description. Locale names can be specified as list with the locales argument.

addRangeElement(record)

Add range element, object of class ISORecord

delRangeElement(record)

Deletes range element, object of class ISORecord

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
   #create object
   md <- ISOImageryRangeElementDescription$new()
   md$setName("name")
   md$setDefinition("description")
   md$addRangeElement("record1")
   md$addRangeElement("record2")
   xml <- md$encode()

Run the code above in your browser using DataLab