Skip to contents

WPSLiteralOutputDescription

WPSLiteralOutputDescription

Format

R6Class object.

Value

Object of R6Class modelling a WPS process literal output description

Note

Class used internally by ows4R

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Methods

Inherited methods


Method new()

Initializes a WPSLiteralOutputDescription

Usage

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

Arguments

xml

object of class XMLInternalNode-class from XML

version

WPS service version

logger

logger

...

any other parameter


Method clone()

The objects of this class are cloneable with this method.

Usage

WPSLiteralOutputDescription$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.