algorithm-webprocess: the algorithm of a webprocess object

Description Usage Arguments Examples

Description

Functions to get or set the algorithm of a webprocess object. The algorithm is the type of process that will be used, and can be accessed or modified using the algorithm method.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
algorithm(.Object)

algorithm(.Object) <- value

## S4 method for signature 'webprocess'
algorithm(.Object)

## S4 replacement method for signature 'webprocess'
algorithm(.Object) <- value

## S4 method for signature 'xml_document'
algorithm(.Object)

Arguments

.Object

a webprocess object

value

a list with name of algorithm and relative url endpoint

Examples

1
2
wp <- webprocess()
algorithm(wp)

eric-erki/geoknife documentation built on Dec. 31, 2019, 12:54 a.m.