Learn R Programming

geometa (version 0.7)

ISOGeometricObjects: ISOGeometricObjects

Description

ISOGeometricObjects

Arguments

Value

Object of R6Class for modelling an ISO GeometricObjects

Format

R6Class object.

Fields

geometricObjectType

[ISOGeometricObjectType]

geometricObjectCount

[integer]

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

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

ISO 19115:2003 - Geographic information -- Metadata

Examples

Run this code
  md <- ISOGeometricObjects$new()
  md$setGeometricObjectType("surface")
  md$setGeometricObjectCount(5L)
  xml <- md$encode()

Run the code above in your browser using DataLab