ISOGeometricObjects: ISOGeometricObjects

ISOGeometricObjectsR Documentation

ISOGeometricObjects

Description

ISOGeometricObjects

ISOGeometricObjects

Format

R6Class object.

Value

Object of R6Class for modelling an ISO GeometricObjects

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOGeometricObjects

Public fields

geometricObjectType

geometricObjectType

geometricObjectCount

geometricObjectCount

Methods

Public methods

Inherited methods

Method new()

Initializes object

Usage
ISOGeometricObjects$new(xml = NULL)
Arguments
xml

object of class XMLInternalNode-class


Method setGeometricObjectType()

Set geometric object type

Usage
ISOGeometricObjects$setGeometricObjectType(geometricObjectType)
Arguments
geometricObjectType

object of class ISOGeometricObjectType or any character among values returned by ISOGeometricObjectType$values()


Method setGeometricObjectCount()

Set geometric object count

Usage
ISOGeometricObjects$setGeometricObjectCount(geometricObjectCount)
Arguments
geometricObjectCount

object of class integer


Method clone()

The objects of this class are cloneable with this method.

Usage
ISOGeometricObjects$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

ISO 19115:2003 - Geographic information – Metadata

Examples

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


eblondel/geometa documentation built on April 18, 2024, 1:46 p.m.