A class representing geoknife web processing specifications
url
URL for webprocessing service.
Can be set or accessed using url
algorithm
a list for algorithm used.
Can be set or accessed using algorithm
version
a character specifying the wep processing service version to use.
Can be set or accessed using version
email
an email to send finished process alert to
wait
boolean for wait until complete (hold up R until processing is complete)
sleep.time
numeric for time to wait in between calls to check
. Only used if wait=TRUE
processInputs
(_private) a list of required and options process inputs, and their
default values (if specified). This is populated (or repopulated) whenever algorithm
is set.
WPS_SCHEMA_LOCATION
(_private) location for web processing service schema
WPS_NAMESPACE
(_private) location for web processing service namespace
OWS_NAMESPACE
(_private) namespace web location
XSI_SCHEMA_LOCATION
(_private) schema web location
XSI_NAMESPACE
(_private) namespace web location
XLINK_NAMESPACE
(_private) namespace web location
UTILITY_URL
(_private) web processing service utility url. Uses same base url as
public slot url
OGC_NAMESPACE
(_private) namespace web location
emailK
(_private) relative url for email when complete utility.
webprocess
, url
,
algorithm
, version