Learn R Programming

geometa (version 0.7)

ISOImageryInstrument: ISOImageryPlatform

Description

ISOImageryPlatform

Arguments

Value

Object of R6Class for modelling an ISO imagery platform

Format

R6Class object.

Fields

citation

[list of ISOCitation]

identifier

[ISOMetaIdentifier]

type

[character|ISOLocalisedCharacterString]

description

[character|ISOLocalisedCharacterString]

mountedOn

[list of ISOImageryPlatform]

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

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 <- ISOImageryInstrument$new()
   md$setIdentifier("identifier")
   md$setType("type")
   md$setDescription("description")
   xml <- md$encode()

Run the code above in your browser using DataLab