Learn R Programming

geometa (version 0.9.2)

ISOCellGeometry: ISOCellGeometry

Description

ISOCellGeometry

ISOCellGeometry

Arguments

Value

Object of R6Class for modelling an ISO CellGeometryCode

References

- ISO 19139 https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_MD_CellGeometryCode

- ISO 19115-3 https://schemas.isotc211.org/19115/-3/msr/1.0/msr/#element_MD_CellGeometryCode

Examples

Run this code
  #possible values
  values <- ISOCellGeometry$values(labels = TRUE)
  
  #example of 'point' cell geometry code
  pointCode <- ISOCellGeometry$new(value = "point")
  

Run the code above in your browser using DataLab