ISOImageryCoverageResult function

ISOImageryCoverageResult

ISOImageryCoverageResult

ISOImageryCoverageResult

ISOImageryCoverageResult class

Format

R6Class object.

Returns

Object of R6Class for modelling an ISO imagery coverage result

References

Author(s)

Emmanuel Blondel emmanuel.blondel1@gmail.com

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

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.

  • Maintainer: Emmanuel Blondel
  • License: MIT + file LICENSE
  • Last published: 2025-01-29