Learn R Programming

geometa (version 0.6-2)

ISOImageryInstrument: ISOImageryPlatform

Description

ISOImageryPlatform

Usage

ISOImageryInstrument

Arguments

Value

Object of R6Class for modelling an ISO imagery platform

Format

R6Class object.

Methods

new(xml)

This method is used to instantiate an ISOImageryPlatform

addCitation(citation)

Adds citation, object of class ISOCitation

delCitation(citation)

Deletes a citation, object of class ISOCitation

setIdentifier(identifier)

Sets an identifier, object of class character or ISOMetaIdentifier

setType(type, locales)

Sets a type (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.

addPlatform(platform)

Add a platform, object of class ISOImageryPlatform

delPlatform(platform)

Deletes a platform, object of class ISOImageryPlatform

References

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

Examples

Run this code
# NOT RUN {
   md <- ISOImageryInstrument$new()
   md$setIdentifier("identifier")
   md$setType("type")
   md$setDescription("description")
   xml <- md$encode()

# }

Run the code above in your browser using DataLab