start-methods: Submit a GDP web processing request

Description Usage Arguments Details Value See Also Examples

Description

Start process for geojob

Usage

1
2
3
4
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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
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)

eric-erki/geoknife documentation built on Dec. 31, 2019, 12:54 a.m.