ISOExtent
ISOExtent
ISOExtent class
R6Class
object.
Object of R6Class
for modelling an ISO Extent
ISO 19139 https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_EX_Extent
ISO 19115-3 https://schemas.isotc211.org/19115/-3/gex/1.0/gex/#element_EX_Extent
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> ISOExtent
geographicElement
: geographicElement [0..*]: ISOGeographicExtent
temporalElement
: temporalElement [0..*]: ISOTemporalExtent
verticalElement
: verticalElement [0..*]: ISOVerticalElement
new()
Initializes object
ISOExtent$new(xml = NULL)
xml
: object of class XMLInternalNode-class
addGeographicElement()
Adds geographic element
ISOExtent$addGeographicElement(element)
element
: object of class ISOGeographicExtent
TRUE
if added, FALSE
otherwise
setGeographicElement()
Sets geographic element
ISOExtent$setGeographicElement(element)
element
: object of class ISOGeographicExtent
TRUE
if added, FALSE
otherwise
delGeographicElement()
Deletes geographic element
ISOExtent$delGeographicElement(element)
element
: object of class ISOGeographicExtent
TRUE
if deleted, FALSE
otherwise
addTemporalElement()
Adds temporal element
ISOExtent$addTemporalElement(element)
element
: object of class ISOTemporalExtent
TRUE
if added, FALSE
otherwise
delTemporalElement()
Deletes temporal element
ISOExtent$delTemporalElement(element)
element
: object of class ISOTemporalExtent
TRUE
if deleted, FALSE
otherwise
addVerticalElement()
Adds vertical element
ISOExtent$addVerticalElement(element)
element
: object of class ISOVerticalExtent
TRUE
if added, FALSE
otherwise
delVerticalElement()
Deletes vertical element
ISOExtent$delVerticalElement(element)
element
: object of class ISOVerticalExtent
TRUE
if deleted, FALSE
otherwise
clone()
The objects of this class are cloneable with this method.
ISOExtent$clone(deep = FALSE)
deep
: Whether to make a deep clone.