powered by
ISOGeometricObjects
Object of R6Class for modelling an ISO GeometricObjects
R6Class
R6Class object.
geometricObjectType
[ISOGeometricObjectType]
ISOGeometricObjectType
geometricObjectCount
[integer]
integer
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
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
ISO 19115:2003 - Geographic information -- Metadata
md <- ISOGeometricObjects$new() md$setGeometricObjectType("surface") md$setGeometricObjectCount(5L) xml <- md$encode()
Run the code above in your browser using DataLab