Learn R Programming

ows4R (version 0.4)

WPSComplexInputDescription: WPSComplexInputDescription

Description

WPSComplexInputDescription

WPSComplexInputDescription

Arguments

Value

Object of R6Class modelling a WPS process complex input description

Format

R6Class object.

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super classes

ows4R::OGCAbstractObject -> ows4R::WPSParameter -> ows4R::WPSDescriptionParameter -> ows4R::WPSInputDescription -> WPSComplexInputDescription

Methods

Inherited methods


Method new()

Initializes a WPSComplexInputDescription

Usage

WPSComplexInputDescription$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

WPSComplexInputDescription$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.