Learn R Programming

geometa (version 0.6-2)

ISOImageryRequestedDate: ISOImageryRequestedDate

Description

ISOImageryRequestedDate

Usage

ISOImageryRequestedDate

Arguments

Value

Object of R6Class for modelling an ISO imagery requested date

Format

R6Class object.

Fields

requestedDateOfCollection

[POSIXt]

latestAcceptableDate

[POSIXt]

Methods

new(xml)

This method is used to instantiate an ISOImageryRequestedDate

setRequestedDateOfCollection(date)

Set the requested date of collection, object of class POSIXt

setLatestAcceptableDate(date)

Set the latest acceptable date, object of class POSIXt

References

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

Examples

Run this code
# NOT RUN {
   #create band range dimension
   md <- ISOImageryRequestedDate$new()
   md$setRequestedDateOfCollection(Sys.time())
   md$setLatestAcceptableDate(Sys.time())
   xml <- md$encode()
   
# }

Run the code above in your browser using DataLab