-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
54 lines (53 loc) · 1.18 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
# Generated by roxygen2: do not edit by hand
S3method(determine_dims,sfc)
S3method(determine_dims,sfg)
S3method(has_m,sfc)
S3method(has_m,sfg)
S3method(has_z,sfc)
S3method(has_z,sfg)
export("%||%")
export(arc_agent)
export(arc_base_req)
export(arc_host)
export(arc_self_meta)
export(arc_token)
export(as_esri_features)
export(as_esri_featureset)
export(as_esri_geometry)
export(as_extent)
export(as_feature_collection)
export(as_features)
export(as_featureset)
export(as_layer)
export(as_layer_definition)
export(auth_binding)
export(auth_client)
export(auth_code)
export(auth_key)
export(auth_user)
export(catch_error)
export(check_dots_named)
export(check_token_has_user)
export(compact)
export(date_to_ms)
export(detect_errors)
export(determine_dims)
export(determine_esri_geo_type)
export(fetch_layer_metadata)
export(from_esri_date)
export(get_ptype)
export(has_m)
export(has_z)
export(infer_esri_type)
export(is_date)
export(obj_check_token)
export(parse_esri_json)
export(ptype_tbl)
export(rbind_results)
export(refresh_token)
export(remote_ptype_tbl)
export(set_arc_token)
export(unset_arc_token)
export(validate_crs)
export(validate_or_refresh_token)
useDynLib(arcgisutils, .registration = TRUE)