-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathNAMESPACE
50 lines (49 loc) · 1.21 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
# Generated by roxygen2: do not edit by hand
S3method(get_all_layers,GroupLayer)
S3method(get_all_layers,default)
S3method(get_layer,GroupLayer)
S3method(get_layer,default)
S3method(get_layers,GroupLayer)
S3method(get_layers,default)
S3method(head,FeatureLayer)
S3method(head,Table)
S3method(print,FeatureLayer)
S3method(print,FeatureServer)
S3method(print,GroupLayer)
S3method(print,ImageServer)
S3method(print,MapServer)
S3method(print,Table)
export(.publish_params)
export(add_features)
export(add_item)
export(arc_open)
export(arc_raster)
export(arc_read)
export(arc_select)
export(clear_query)
export(create_feature_server)
export(delete_features)
export(download_attachments)
export(encode_field_values)
export(get_all_layers)
export(get_layer)
export(get_layer_estimates)
export(get_layers)
export(list_fields)
export(list_items)
export(list_service_raster_fns)
export(match_spatial_rel)
export(prepare_spatial_filter)
export(publish_item)
export(publish_layer)
export(pull_field_aliases)
export(query_layer_attachments)
export(refresh_layer)
export(set_layer_aliases)
export(truncate_layer)
export(update_features)
export(update_params)
export(xss_defaults)
import(arcgisutils)
importFrom(lifecycle,deprecated)
importFrom(utils,head)