Learn R Programming

geometa (version 0.7)

ISOImageryBandDefinition: ISOImageryBandDefinition

Description

ISOImageryBandDefinition

Arguments

Value

Object of R6Class for modelling an ISO Imagery Band definition

Format

R6Class object.

Methods

new(xml,value)

This method is used to instantiate an ISOImageryBandDefinition

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
  #possible values
  values <- ISOImageryBandDefinition$values(labels = TRUE)
  
  #some def
  fiftyp <- ISOImageryBandDefinition$new(value = "fiftyPercent")

Run the code above in your browser using DataLab