ISOImageryCoverageResult: ISOImageryCoverageResult

ISOImageryCoverageResultR Documentation

ISOImageryCoverageResult

Description

ISOImageryCoverageResult

ISOImageryCoverageResult

Format

R6Class object.

Value

Object of R6Class for modelling an ISO imagery coverage result

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> geometa::ISOAbstractResult -> ISOImageryCoverageResult

Public fields

resultScope

resultScope [0..1]: ISOScope

dateTime

dateTime [0..1]: POSIX/date

spatialRepresentationType

spatialRepresentationType [1..1] : ISOSpatialRepresentationType

resultFile

resultFile [1..1]: ISODataFile

resultSpatialRepresentation

resultSpatialRepresentation [1..1]: ISOSpatialRepresentation

resultContentDescription

resultContentDescription [1..1]: ISOCoverageDescription

resultFormat

resultFormat [1..1]: ISOFormat

Methods

Public methods

Inherited methods

Method new()

Initializes object

Usage
ISOImageryCoverageResult$new(xml = NULL)
Arguments
xml

object of class XMLInternalNode-class


Method setResultScope()

Set result scope

Usage
ISOImageryCoverageResult$setResultScope(scope)
Arguments
scope

object of class ISOScope


Method setDateTime()

Set date time

Usage
ISOImageryCoverageResult$setDateTime(dateTime)
Arguments
dateTime

date time, object of class POSIXct


Method setSpatialRepresentationType()

Set spatial representation type

Usage
ISOImageryCoverageResult$setSpatialRepresentationType(
  spatialRepresentationType
)
Arguments
spatialRepresentationType

object of class ISOSpatialRepresentationType or character among values returned by ISOSpatialRepresentationType$values()


Method setResultFile()

Set result file

Usage
ISOImageryCoverageResult$setResultFile(resultFile)
Arguments
resultFile

object of class ISODataFile (in ISO 19139) or ISOQualityResultFile (in ISO 19115-3)


Method setResultSpatialRepresentation()

Set result spatial representation

Usage
ISOImageryCoverageResult$setResultSpatialRepresentation(spatialRepresentation)
Arguments
spatialRepresentation

object of class ISOSpatialRepresentation


Method setResultCoverageDescription()

Set result coverage description

Usage
ISOImageryCoverageResult$setResultCoverageDescription(coverageDescription)
Arguments
coverageDescription

object of class ISOCoverageDescription


Method setResultFormat()

Set format

Usage
ISOImageryCoverageResult$setResultFormat(format)
Arguments
format

object of class ISOFormat


Method clone()

The objects of this class are cloneable with this method.

Usage
ISOImageryCoverageResult$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

- 19139 https://schemas.isotc211.org/19115/-2/gmi/1.0/gmi/#element_QE_CoverageResult

- ISO 19115-3 https://schemas.isotc211.org/19157/-/mdq/1.2/mdq/#element_QE_CoverageResult


eblondel/geometa documentation built on Jan. 31, 2025, 12:54 p.m.