ISOExtent

ISOExtent

Format

R6Class object.

Value

Object of R6Class for modelling an ISO Extent

References

ISO 19115:2003 - Geographic information – Metadata

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOExtent

Public fields

geographicElement

geographicElement [0..*]: ISOGeographicExtent

temporalElement

temporalElement [0..*]: ISOTemporalExtent

verticalElement

verticalElement [0..*]: ISOVerticalElement

Methods

Inherited methods


Method new()

Initializes object

Usage

ISOExtent$new(xml = NULL)

Arguments

xml

object of class XMLInternalNode-class


Method addGeographicElement()

Adds geographic element

Usage

ISOExtent$addGeographicElement(element)

Arguments

element

object of class ISOGeographicExtent

Returns

TRUE if added, FALSE otherwise


Method setGeographicElement()

Sets geographic element

Usage

ISOExtent$setGeographicElement(element)

Arguments

element

object of class ISOGeographicExtent

Returns

TRUE if added, FALSE otherwise


Method delGeographicElement()

Deletes geographic element

Usage

ISOExtent$delGeographicElement(element)

Arguments

element

object of class ISOGeographicExtent

Returns

TRUE if deleted, FALSE otherwise


Method addTemporalElement()

Adds temporal element

Usage

ISOExtent$addTemporalElement(element)

Arguments

element

object of class ISOTemporalExtent

Returns

TRUE if added, FALSE otherwise


Method delTemporalElement()

Deletes temporal element

Usage

ISOExtent$delTemporalElement(element)

Arguments

element

object of class ISOTemporalExtent

Returns

TRUE if deleted, FALSE otherwise


Method addVerticalElement()

Adds vertical element

Usage

ISOExtent$addVerticalElement(element)

Arguments

element

object of class ISOVerticalExtent

Returns

TRUE if added, FALSE otherwise


Method delVerticalElement()

Deletes vertical element

Usage

ISOExtent$delVerticalElement(element)

Arguments

element

object of class ISOVerticalExtent

Returns

TRUE if deleted, FALSE otherwise


Method clone()

The objects of this class are cloneable with this method.

Usage

ISOExtent$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.