ISOImageryCoverageResult {geometa}R 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

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 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


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

ISO 19115-2:2009 - Geographic information – Metadata Part 2: Extensions for imagery and gridded data


[Package geometa version 0.8-0 Index]