Skip to contents

WPSProcessDescription

WPSProcessDescription

Format

R6Class object.

Value

Object of R6Class modelling a WPS process description

Note

Class used internally by ows4R

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super class

ows4R::OGCAbstractObject -> WPSProcessDescription

Methods

Inherited methods


Method new()

Initializes an object of class WPSProcessDescription

Usage

WPSProcessDescription$new(xml, version, logger = NULL, ...)

Arguments

xml

object of class XMLInternalNode-class from XML

version

version

logger

logger

...

any other parameter


Method getIdentifier()

Get process identifier

Usage

WPSProcessDescription$getIdentifier()

Returns

the identifier, object of class character


Method getTitle()

Get process title

Usage

WPSProcessDescription$getTitle()

Returns

the title, object of class character


Method getAbstract()

Get process abstract

Usage

WPSProcessDescription$getAbstract()

Returns

the abstract, object of class character


Method getVersion()

Get process version

Usage

WPSProcessDescription$getVersion()

Arguments

the

version, object of class character


Method isStatusSupported()

Indicates if the status is supported

Usage

WPSProcessDescription$isStatusSupported()

Returns

TRUE if supported, FALSE otherwise


Method isStoreSupported()

Indicates if the store is supported

Usage

WPSProcessDescription$isStoreSupported()

Returns

TRUE if supported, FALSE otherwise


Method getDataInputs()

Get data inputs

Usage

WPSProcessDescription$getDataInputs()

Returns

a list of objects extending WPSInputDescription


Method getProcessOutputs()

Get process outputs

Usage

WPSProcessDescription$getProcessOutputs()

Returns

a list of objects extending WPSOutputDescription


Method asDataFrame()

Convenience method to export a process description as data.frame

Usage

WPSProcessDescription$asDataFrame()

Returns

a data.frame giving the process description


Method clone()

The objects of this class are cloneable with this method.

Usage

WPSProcessDescription$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.