ISOImageryCoverageResult
ISOImageryCoverageResult
ISOImageryCoverageResult class
R6Class
object.
Object of R6Class
for modelling an ISO imagery coverage result
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
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> geometa::ISOAbstractResult
-> ISOImageryCoverageResult
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
list("ISOImageryCoverageResult$setSpatialRepresentationType()")
list("ISOImageryCoverageResult$setResultSpatialRepresentation()")
list("ISOImageryCoverageResult$setResultCoverageDescription()")
new()
Initializes object
ISOImageryCoverageResult$new(xml = NULL)
xml
: object of class XMLInternalNode-class
setResultScope()
Set result scope
ISOImageryCoverageResult$setResultScope(scope)
scope
: object of class ISOScope
setDateTime()
Set date time
ISOImageryCoverageResult$setDateTime(dateTime)
dateTime
: date time, object of class POSIXct
setSpatialRepresentationType()
Set spatial representation type
ISOImageryCoverageResult$setSpatialRepresentationType(
spatialRepresentationType
)
spatialRepresentationType
: object of class ISOSpatialRepresentationType or character
among values returned by `ISOSpatialRepresentationType$values()`
setResultFile()
Set result file
ISOImageryCoverageResult$setResultFile(resultFile)
resultFile
: object of class ISODataFile (in ISO 19139) or ISOQualityResultFile (in ISO 19115-3)
setResultSpatialRepresentation()
Set result spatial representation
ISOImageryCoverageResult$setResultSpatialRepresentation(spatialRepresentation)
spatialRepresentation
: object of class ISOSpatialRepresentation
setResultCoverageDescription()
Set result coverage description
ISOImageryCoverageResult$setResultCoverageDescription(coverageDescription)
coverageDescription
: object of class ISOCoverageDescription
setResultFormat()
Set format
ISOImageryCoverageResult$setResultFormat(format)
format
: object of class ISOFormat
clone()
The objects of this class are cloneable with this method.
ISOImageryCoverageResult$clone(deep = FALSE)
deep
: Whether to make a deep clone.