Learn R Programming

geometa (version 0.6-2)

ISOImageryPolarisationOrientation: ISOImageryPolarisationOrientation

Description

ISOImageryPolarisationOrientation

Usage

ISOImageryPolarisationOrientation

Arguments

Value

Object of R6Class for modelling an ISO Imagery Polarisation orientation

Format

R6Class object.

Methods

new(xml,value)

This method is used to instantiate an ISOImageryPolarisationOrientation

References

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

Examples

Run this code
# NOT RUN {
  #possible values
  values <- ISOImageryPolarisationOrientation$values(labels = TRUE)
  
  #some def
  h <- ISOImageryPolarisationOrientation$new(value = "horizontal")

# }

Run the code above in your browser using DataLab