ISOMetadataNamespace function

ISOMetadataNamespace

ISOMetadataNamespace

ISOMetadataNamespace

ISOMetadataNamespace class

Format

R6Class object.

Returns

Object of R6Class for modelling an ISO Metadata Namespace

Note

ISO class used internally by geometa for specifying XML namespaces

Author(s)

Emmanuel Blondel emmanuel.blondel1@gmail.com

Public fields

  • id: id

  • uri: uri

  • standard: standard

Methods

Public methods

Method new()

Initializes namespace object

Usage

ISOMetadataNamespace$new(id, uri, standard = NA)

Arguments

  • id: id

  • uri: uri

  • standard: standard

Method getDefinition()

Get definition

Usage

ISOMetadataNamespace$getDefinition()

Returns

an object of class list

Method getStandard()

Get standard

Usage

ISOMetadataNamespace$getStandard()

Returns

object of class data.frame

Method clone()

The objects of this class are cloneable with this method.

Usage

ISOMetadataNamespace$clone(deep = FALSE)

Arguments

  • deep: Whether to make a deep clone.

  • Maintainer: Emmanuel Blondel
  • License: MIT + file LICENSE
  • Last published: 2025-01-29