Learn R Programming

geometa (version 0.2-0)

ISOGeometricObjects: ISOGeometricObjects

Description

ISOGeometricObjects

Usage

ISOGeometricObjects

Arguments

Value

Object of R6Class for modelling an ISO GeometricObjects

Format

R6Class object.

Fields

geometricObjectType

geometricObjectCount

Methods

new(xml)

This method is used to instantiate an ISOGeometricObjects

setGeometricObjectType(geometricObjectType)

Sets the type of geometric object

setGeometricObjectCount(geometricObjectCount)

Sets the count of geometric objects

References

ISO 19115:2003 - Geographic information -- Metadata

Examples

Run this code
# NOT RUN {
md <- ISOGeometricObjects$new()
  md$setGeometricObjectType("surface")
  md$setGeometricObjectCount(5L)
  xml <- md$encode()
# }

Run the code above in your browser using DataLab