ISOApplicationSchemaInformation

ISOApplicationSchemaInformation

Format

R6Class object.

Value

Object of R6Class for modelling an ISO ApplicationSchemaInformation

References

ISO 19115:2003 - Geographic information – Metadata

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOApplicationSchemaInformation

Public fields

name

name [1..1]

schemaLanguage

chemaLanguage [1..1]

constraintLanguage

constraintLanguage [1..1]

schemaAscii

schemaAscii [0..1]

graphicsFile

graphicsFile [0..1]

softwareDevelopmentFile

softwareDevelopmentFile [0..1]

softwareDevelopmentFileFormat

softwareDevelopmentFileFormat [0..1]

Methods

Inherited methods


Method new()

Initializes object

Usage

Arguments

xml

object of class XMLInternalNode-class


Method setName()

Set name

Usage

ISOApplicationSchemaInformation$setName(name)

Arguments

name

name


Method setSchemaLanguage()

Set schema language

Usage

ISOApplicationSchemaInformation$setSchemaLanguage(schemaLanguage)

Arguments

schemaLanguage

schema language


Method setConstraintLanguage()

Set constraint language

Usage

ISOApplicationSchemaInformation$setConstraintLanguage(constraintLanguage)

Arguments

constraintLanguage

constraint language


Method setSchemaAscii()

Set schema Ascii

Usage

ISOApplicationSchemaInformation$setSchemaAscii(schemaAscii)

Arguments

schemaAscii

schema Ascii


Method setGraphicsFile()

Set graphics file

Usage

ISOApplicationSchemaInformation$setGraphicsFile(graphicsFile)

Arguments

graphicsFile

graphics file


Method setSoftwareDevelopmentFile()

Set software development file

Usage

ISOApplicationSchemaInformation$setSoftwareDevelopmentFile(file)

Arguments

file

file


Method setSoftwareDevelopmentFileFormat()

Set software development file format

Usage

ISOApplicationSchemaInformation$setSoftwareDevelopmentFileFormat(format)

Arguments

format

file format


Method clone()

The objects of this class are cloneable with this method.

Usage

ISOApplicationSchemaInformation$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.