ISOMetadataScope: ISOMetadataScope

ISOMetadataScopeR Documentation

ISOMetadataScope

Description

ISOMetadataScope

ISOMetadataScope

Format

R6Class object.

Value

Object of R6Class for modelling an ISO MetadataScope

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOMetadataScope

Public fields

resourceScope

resource scope

name

name

Methods

Public methods

Inherited methods

Method new()

Initializes object

Usage
ISOMetadataScope$new(xml = NULL, resourceScope = NULL, name = NULL)
Arguments
xml

object of class XMLInternalNode-class

resourceScope

resource scope

name

name


Method setResourceScope()

Set resource scope

Usage
ISOMetadataScope$setResourceScope(resourceScope)
Arguments
resourceScope

resource scope


Method setName()

Set name

Usage
ISOMetadataScope$setName(name, locales = NULL)
Arguments
name

name

locales

a list of localized names. Default is NULL


Method clone()

The objects of this class are cloneable with this method.

Usage
ISOMetadataScope$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

ISO 19115-1:2014 - Geographic information – Metadata

Examples

 md <- ISOMetadataScope$new(
  resourceScope = "service",
  name = "Internal service"
 )
 xml <- md$encode()


eblondel/geometa documentation built on Sept. 23, 2024, 8:06 p.m.