Learn R Programming

geometa (version 0.6-2)

ISOFormat: ISOFormat

Description

ISOFormat

Usage

ISOFormat

Arguments

Value

Object of R6Class for modelling an ISOFormat

Format

R6Class object.

Fields

name

[character] format name

version

[character] format version

amendmentNumber

[character] format amendment number

specification

[character] format specification

fileDecompressionTechnique

[character] technique for file decompression

formatDistributor

[ISODistributor] format distributor

Methods

new(xml)

This method is used to instantiate an ISOFormat

setName(name, locales)

Sets the format name. Locale names can be specified as list with the locales argument.

setVersion(version)

Sets the format version

setAmendmentNumber(amendmentNumber)

Sets an admenment number

setSpecification(specification, locales)

Sets the format specification. Locale names can be specified as list with the locales argument.

setFileDecompressionTechnique(technique)

Sets the file decompression technique

addDistributor(distributor)

Adds a distributor, object of class ISODistributor

delDistributor(distributor)

Deletes a distributor, object of class ISODistributor

References

ISO 19115:2003 - Geographic information -- Metadata

Examples

Run this code
# NOT RUN {
 md <- ISOFormat$new()
 md$setName("name")
 md$setVersion("1.0")
 md$setAmendmentNumber("2")
 md$setSpecification("specification")
 
# }

Run the code above in your browser using DataLab