Description Public fields Methods
Collection Class
Collection Class
id
Id of the collection
title
Collection title
description
Short description of the collection
new()
Initialize collection
Collection$new(id = NA, title = NA, description = NA)
id
Id of the collection
title
Collection title
description
Short description of the collection
setCollection()
Add image collection to the collection class object
Collection$setCollection(ImageCollection)
ImageCollection
Collection of class 'image collection'
getCollection()
Get assigned image collection
Collection$getCollection()
image collection
setMetadata()
add extent and bands to the metadata of the collection object
Collection$setMetadata()
getMetadata()
Get metadata of the collection
Collection$getMetadata()
metadata of the collection
getEoBands()
Convert bandlist to be openeo compliant
Collection$getEoBands()
converted bandlist
collectionInfo()
List metadata for the collection handler
Collection$collectionInfo()
collectionInfoExtended()
List extended metadata for the collection handler
Collection$collectionInfoExtended()
clone()
The objects of this class are cloneable with this method.
Collection$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.