ISOCoupledResource

ISOCoupledResource

Format

R6Class object.

Value

Object of R6Class for modelling an ISOCoupledResource

References

ISO 19119:2005 - Geographic information – Services

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOCoupledResource

Public fields

operationName

operationName [1..1]: character

identifier

identifier [1..1]: character

Methods

Inherited methods


Method new()

Initializes object

Usage

ISOCoupledResource$new(xml = NULL)

Arguments

xml

object of class XMLInternalNode-class


Method setOperationName()

Set operation name

Usage

ISOCoupledResource$setOperationName(operationName, locales = NULL)

Arguments

operationName

operation name

locales

a list of localized names. Default is NULL


Method setIdentifier()

Set identifier

Usage

ISOCoupledResource$setIdentifier(identifier, locales = NULL)

Arguments

identifier

identifier

locales

a list of localized identifiers. Default is NULL


Method clone()

The objects of this class are cloneable with this method.

Usage

ISOCoupledResource$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.

Examples

  md <- ISOCoupledResource$new()
  md$setOperationName("name")
  md$setIdentifier("identifier")
  xml <- md$encode()
#> [geometa][WARN] Element '{http://www.isotc211.org/2005/srv}SV_CoupledResource': No matching global declaration available for the validation root at line 1. 
#> [geometa][WARN] Object 'ISOCoupledResource' is INVALID according to ISO 19139 XML schemas!