ISOAttributeGroup

ISOAttributeGroup

Format

R6Class object.

Value

Object of R6Class for modelling a ISO attribute group

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super classes

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

Public fields

contentType

contentType [1..*] : ISOCoverageContentType

attribute

attribute [0..*] : ISORangeDimension

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.