| WPSExecute {ows4R} | R Documentation |
WPSExecute
Description
WPSExecute
WPSExecute
Format
R6Class object.
Value
Object of R6Class for modelling a WPS Execute request
Super classes
ows4R::OGCAbstractObject -> ows4R::OWSHttpRequest -> WPSExecute
Public fields
Identifierprocess identifier
DataInputslist of WPSInput
ResponseFormresponse form
Methods
Public methods
Inherited methods
ows4R::OGCAbstractObject$ERROR()ows4R::OGCAbstractObject$INFO()ows4R::OGCAbstractObject$WARN()ows4R::OGCAbstractObject$encode()ows4R::OGCAbstractObject$getClass()ows4R::OGCAbstractObject$getClassName()ows4R::OGCAbstractObject$getNamespaceDefinition()ows4R::OGCAbstractObject$isFieldInheritedFrom()ows4R::OGCAbstractObject$logger()ows4R::OGCAbstractObject$print()ows4R::OWSHttpRequest$execute()ows4R::OWSHttpRequest$getCapabilities()ows4R::OWSHttpRequest$getException()ows4R::OWSHttpRequest$getRequest()ows4R::OWSHttpRequest$getRequestHeaders()ows4R::OWSHttpRequest$getResponse()ows4R::OWSHttpRequest$getResult()ows4R::OWSHttpRequest$getStatus()ows4R::OWSHttpRequest$hasException()ows4R::OWSHttpRequest$setResult()
Method new()
Initializes a WPSExecute service request
Usage
WPSExecute$new( capabilities, op, url, serviceVersion, identifier, dataInputs = list(), responseForm = NULL, storeExecuteResponse = FALSE, lineage = NULL, status = NULL, user = NULL, pwd = NULL, token = NULL, headers = c(), config = httr::config(), logger = NULL, ... )
Arguments
capabilitiesobject of class WPSCapabilities
opobject of class OWSOperation
urlurl
serviceVersionWPS service version
identifierprocess identifier
dataInputsa named list of data inputs, objects of class WPSLiteralData, WPSComplexData or WPSBoundingBoxData
responseFormresponse form, object of class WPSResponseDocument
storeExecuteResponsestore execute response? object of class
logical.FALSEby defaultlineagelineage, object of class
logicalstatusstatus, object of class
logicaluseruser
pwdpassword
tokentoken
headersheaders
configconfig
loggerlogger
...any other parameter to pass to the request
Method getProcessDescription()
Get process description
Usage
WPSExecute$getProcessDescription()
Returns
an object of class WPSProcessDescription
Method clone()
The objects of this class are cloneable with this method.
Usage
WPSExecute$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
Note
Class used internally by ows4R to trigger a WPS Execute request
Author(s)
Emmanuel Blondel <emmanuel.blondel1@gmail.com>