ISOFeatureTypeInfo

ISOFeatureTypeInfo

Format

R6Class object.

Value

Object of R6Class for modelling a ISO feature type info

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOFeatureTypeInfo

Public fields

featureTypeName

featureTypeName [1..1] : ISOFeatureTypeInfo

featureInstanceCount

featureInstanceCount [0..1]: Integer

Methods

Inherited methods


Method new()

Initializes object

Usage

ISOFeatureTypeInfo$new(xml = NULL)

Arguments

xml

object of class XMLInternalNode-class


Method setFeatureTypeName()

Set feature type Name

Usage

ISOFeatureTypeInfo$setFeatureTypeName(name)

Arguments

name

object of class ISOGenericName or character


Method setFeatureInstanceCount()

Set feature instance count

Usage

ISOFeatureTypeInfo$setFeatureInstanceCount(count)

Arguments

count

object of class integer


Method clone()

The objects of this class are cloneable with this method.

Usage

ISOFeatureTypeInfo$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.