ISOAttributeGroup: ISOAttributeGroup

ISOAttributeGroupR Documentation

ISOAttributeGroup

Description

ISOAttributeGroup

ISOAttributeGroup

Format

R6Class object.

Value

Object of R6Class for modelling a ISO attribute group

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOAttributeGroup

Public fields

contentType

contentType [1..*] : ISOCoverageContentType

attribute

attribute [0..*] : ISORangeDimension

Methods

Public methods

Inherited methods

Method new()

Initializes object

Usage
ISOAttributeGroup$new(xml = NULL)
Arguments
xml

object of class XMLInternalNode-class


Method addContentType()

Adds coverage content type

Usage
ISOAttributeGroup$addContentType(contentType)
Arguments
contentType

contentType object of class ISOCoverageContentType or any value among values listed in ISOCoverageContentType$values()

Returns

TRUE if added, FALSe otherwise


Method delContentType()

Deletes coverage content type

Usage
ISOAttributeGroup$delContentType(contentType)
Arguments
contentType

contentType object of class ISOCoverageContentType or any value among values listed in ISOCoverageContentType$values()

Returns

TRUE if deleted, FALSe otherwise


Method addAttribute()

Adds attribute

Usage
ISOAttributeGroup$addAttribute(attribute)
Arguments
attribute

object of class ISORangeDimension

Returns

TRUE if added, FALSe otherwise


Method delAttribute()

Deletes attribute

Usage
ISOAttributeGroup$delAttribute(attribute)
Arguments
attribute

object of class ISORangeDimension

Returns

TRUE if deleted, FALSe otherwise


Method clone()

The objects of this class are cloneable with this method.

Usage
ISOAttributeGroup$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

- ISO 19115-3 https://schemas.isotc211.org/19115/-3/mrc/1.0/mrc/#element_MD_AttributeGroup


eblondel/geometa documentation built on Oct. 10, 2024, 4:46 p.m.