WPSInput: WPSInput

WPSInputR Documentation

WPSInput

Description

WPSInput

WPSInput

Format

R6Class object.

Value

Object of R6Class for modelling a WPS Input

Super class

ows4R::OGCAbstractObject -> WPSInput

Public fields

Identifier

identifier

Data

data

Methods

Public methods

Inherited methods

Method new()

Initializes a WPSInput

Usage
WPSInput$new(xml = NULL, identifier, data, serviceVersion = "1.0.0")
Arguments
xml

object of class XMLInternalNode-class from XML

identifier

identifier

data

data

serviceVersion

service version. Default "1.0.0"


Method clone()

The objects of this class are cloneable with this method.

Usage
WPSInput$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>


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