WPSInputDescription: WPSInputDescription

WPSInputDescriptionR Documentation

WPSInputDescription

Description

WPSInputDescription

WPSInputDescription

Format

R6Class object.

Value

Object of R6Class modelling a WPS process input description

Super classes

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

Methods

Public methods

Inherited methods

Method new()

Initializes a WPSInputDescription

Usage
WPSInputDescription$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 getMinOccurs()

Get min occurs

Usage
WPSInputDescription$getMinOccurs()
Returns

the min occurs


Method getMaxOccurs()

Get max occurs

Usage
WPSInputDescription$getMaxOccurs()
Returns

the max occurs


Method asDataFrame()

Get intput description as data.frame

Usage
WPSInputDescription$asDataFrame()
Returns

object of class character


Method clone()

The objects of this class are cloneable with this method.

Usage
WPSInputDescription$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Note

Class used internally by ows4R

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>


ows4R documentation built on Sept. 1, 2023, 5:09 p.m.