start-methods: Submit a GDP web processing request

startR Documentation

Submit a GDP web processing request

Description

Start process for geojob

Usage

start(.Object)

## S4 method for signature 'geojob'
start(.Object)

Arguments

.Object

a geojob object

Details

start a geo-web processing request

start is a method for submitting a geo-web processing request.

Value

A geojob object with an active GDP process request.

See Also

check

Examples

wd <- webdata('prism')
wg <- webgeom('state::New Hampshire')
wp <- webprocess()
gj <- geojob()
## Not run: 
xml(gj) <- XML(wg, wd, wp)
url(gj) <- url(wp)
gj <- start(gj)

## End(Not run)

geoknife documentation built on July 9, 2023, 5:31 p.m.