WPSExecute | R Documentation |
WPSExecute
WPSExecute
R6Class
object.
Object of R6Class
for modelling a WPS Execute request
ows4R::OGCAbstractObject
-> ows4R::OWSHttpRequest
-> WPSExecute
Identifier
process identifier
DataInputs
list of WPSInput
ResponseForm
response form
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()
new()
Initializes a WPSExecute service request
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, ... )
capabilities
object of class WPSCapabilities
op
object of class OWSOperation
url
url
serviceVersion
WPS service version
identifier
process identifier
dataInputs
a named list of data inputs, objects of class WPSLiteralData, WPSComplexData or WPSBoundingBoxData
responseForm
response form, object of class WPSResponseDocument
storeExecuteResponse
store execute response? object of class logical
. FALSE
by default
lineage
lineage, object of class logical
status
status, object of class logical
user
user
pwd
password
token
token
headers
headers
config
config
logger
logger
...
any other parameter to pass to the request
getProcessDescription()
Get process description
WPSExecute$getProcessDescription()
an object of class WPSProcessDescription
clone()
The objects of this class are cloneable with this method.
WPSExecute$clone(deep = FALSE)
deep
Whether to make a deep clone.
Class used internally by ows4R to trigger a WPS Execute request
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.