-
Notifications
You must be signed in to change notification settings - Fork 23
/
NAMESPACE
87 lines (86 loc) · 1.76 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# Generated by roxygen2: do not edit by hand
export("algorithm<-")
export("attribute<-")
export("geom<-")
export("id<-")
export("inputs<-")
export("times<-")
export("url<-")
export("values<-")
export("variables<-")
export("version<-")
export("xml<-")
export(XML)
export(abstract)
export(algorithm)
export(attribute)
export(bufferPoint)
export(cancel)
export(check)
export(datagroup)
export(download)
export(email)
export(error)
export(gconfig)
export(geojob)
export(geoknife)
export(geom)
export(id)
export(inputs)
export(parseCategorical)
export(parseTimeseries)
export(query)
export(result)
export(running)
export(simplegeom)
export(start)
export(successful)
export(times)
export(times_query)
export(title)
export(url)
export(values)
export(variables)
export(variables_query)
export(version)
export(wait)
export(webdata)
export(webgeom)
export(webprocess)
export(xml)
exportClasses(simplegeom)
exportClasses(webgeom)
exportClasses(webprocess)
exportMethods("variables<-")
exportMethods(XML)
exportMethods(cancel)
exportMethods(email)
exportMethods(start)
exportMethods(times_query)
exportMethods(variables)
exportMethods(variables_query)
import(methods)
importFrom(curl,curl_version)
importFrom(httr,GET)
importFrom(httr,HEAD)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content_type_xml)
importFrom(httr,headers)
importFrom(httr,http_error)
importFrom(httr,progress)
importFrom(httr,verbose)
importFrom(httr,write_disk)
importFrom(progress,progress_bar)
importFrom(sf,as_Spatial)
importFrom(sf,st_crs)
importFrom(sf,st_geometry_type)
importFrom(sf,st_polygon)
importFrom(sf,st_sf)
importFrom(sf,st_sfc)
importFrom(sf,st_transform)
importFrom(utils,lsf.str)
importFrom(utils,packageName)
importFrom(utils,packageVersion)
importFrom(utils,read.table)
importFrom(utils,tail)