Process: Process

Description Public fields Methods

Description

Process

Process

Public fields

id

Id or name of the process

summary

Shortly what the process does

description

Extended description of the process

categories

To which categories the process belongs

parameters

Used parameters in the process

returns

The output of the process

operation

Function that executes the process

Methods

Public methods


Method new()

Initialize process

Usage
Process$new(
  id = NA,
  summary = NA,
  description = NA,
  categories = NA,
  parameters = NA,
  returns = NA,
  operation = NA
)
Arguments
id

Id or name of the process

summary

Shortly what the process does

description

Extended description of the process

categories

To which categories the process belongs

parameters

Used parameters in the process

returns

The output of the process

operation

Function that executes the process


Method processInfo()

List information about the process

Usage
Process$processInfo()

Method setParameter()

Set parameter for the executable process graph

Usage
Process$setParameter(name, value)
Arguments
name

Name of parameter

value

Value to be set


Method clone()

The objects of this class are cloneable with this method.

Usage
Process$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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