ISOImageryPlatform

ISOImageryPlatform

Format

R6Class object.

Value

Object of R6Class for modelling an ISO imagery platform

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOImageryInstrument

Public fields

citation

citation [0..*]: ISOCitation

identifier

identifier [1..1]: ISOMetaIdentifier

type

type [1..1]: character|ISOLocalisedCharacterString

description

description [0..1]: character|ISOLocalisedCharacterString

mountedOn

mountedOn [0..*]: ISOImageryPlatform

Methods

Inherited methods


Method new()

Initializes object

Usage

ISOImageryInstrument$new(xml = NULL)

Arguments

xml

object of class XMLInternalNode-class


Method addCitation()

Adds citation

Usage

ISOImageryInstrument$addCitation(citation)

Arguments

citation

object of class ISOCitation

Returns

TRUE if added, FALSE otherwise


Method delCitation()

Deletes citation

Usage

ISOImageryInstrument$delCitation(citation)

Arguments

citation

object of class ISOCitation

Returns

TRUE if deleted, FALSE otherwise


Method setIdentifier()

Set identifier

Usage

ISOImageryInstrument$setIdentifier(identifier)

Arguments

identifier

object of class ISOMetaIdentifier or character


Method setType()

Set type

Usage

ISOImageryInstrument$setType(type, locales = NULL)

Arguments

type

type

locales

list of localized texts. Default is NULL


Method setDescription()

Set description

Usage

ISOImageryInstrument$setDescription(description, locales = NULL)

Arguments

description

description

locales

list of localized texts. Default is NULL


Method addPlatform()

Adds platform

Usage

ISOImageryInstrument$addPlatform(platform)

Arguments

platform

object of class ISOImageryPlatform

Returns

TRUE if added, FALSE otherwise


Method delPlatform()

Deletes platform

Usage

ISOImageryInstrument$delPlatform(platform)

Arguments

platform

object of class ISOImageryPlatform

Returns

TRUE if deleted, FALSE otherwise


Method clone()

The objects of this class are cloneable with this method.

Usage

ISOImageryInstrument$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.

Examples

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