| webprocess-class | R Documentation |
A class representing geoknife web processing specifications
urlURL for webprocessing service.
Can be set or accessed using url
algorithma list for algorithm used.
Can be set or accessed using algorithm
versiona character specifying the wep processing service version to use.
Can be set or accessed using version
emailan email to send finished process alert to
waitboolean for wait until complete (hold up R until processing is complete)
sleep.timenumeric 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.