Collection: Collection Class

Description Public fields Methods

Description

Collection Class

Collection Class

Public fields

id

Id of the collection

title

Collection title

description

Short description of the collection

Methods

Public methods


Method new()

Initialize collection

Usage
Collection$new(id = NA, title = NA, description = NA)
Arguments
id

Id of the collection

title

Collection title

description

Short description of the collection


Method setCollection()

Add image collection to the collection class object

Usage
Collection$setCollection(ImageCollection)
Arguments
ImageCollection

Collection of class 'image collection'


Method getCollection()

Get assigned image collection

Usage
Collection$getCollection()
Returns

image collection


Method setMetadata()

add extent and bands to the metadata of the collection object

Usage
Collection$setMetadata()

Method getMetadata()

Get metadata of the collection

Usage
Collection$getMetadata()
Returns

metadata of the collection


Method getEoBands()

Convert bandlist to be openeo compliant

Usage
Collection$getEoBands()
Returns

converted bandlist


Method collectionInfo()

List metadata for the collection handler

Usage
Collection$collectionInfo()

Method collectionInfoExtended()

List extended metadata for the collection handler

Usage
Collection$collectionInfoExtended()

Method clone()

The objects of this class are cloneable with this method.

Usage
Collection$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


ReneStalitza/openEo.gdalcubes documentation built on Feb. 12, 2021, 8:01 a.m.