-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
62 lines (61 loc) · 1.53 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
# Generated by roxygen2: do not edit by hand
S3method(api_collection,ogcapi)
S3method(api_collection,stac)
S3method(api_collections,ogcapi)
S3method(api_collections,stac)
S3method(api_conformance,ogcapi)
S3method(api_conformance,stac)
S3method(api_item,ogcapi)
S3method(api_item,stac)
S3method(api_items,ogcapi)
S3method(api_items,stac)
S3method(api_landing_page,ogcapi)
S3method(api_landing_page,stac)
S3method(api_search,stac)
S3method(db_collection,local)
S3method(db_collection,mongodb)
S3method(db_collections,local)
S3method(db_collections,mongodb)
S3method(db_collections_id_exist,local)
S3method(db_collections_id_exist,mongodb)
S3method(db_item,local)
S3method(db_item,mongodb)
S3method(db_items,local)
S3method(db_items,mongodb)
S3method(db_items_id_exist,local)
S3method(db_items_id_exist,mongodb)
S3method(db_search,local)
S3method(db_search,mongodb)
S3method(new_db,local)
S3method(new_db,mongodb)
export(add_link)
export(api_collection)
export(api_collections)
export(api_conformance)
export(api_cors_handler)
export(api_error_handler)
export(api_item)
export(api_items)
export(api_landing_page)
export(api_search)
export(api_stop)
export(api_stopifnot)
export(check_bbox)
export(check_collection_in_db)
export(check_collections)
export(check_intersects)
export(check_item_in_db)
export(check_limit)
export(check_page)
export(create_ogcapi)
export(create_stac)
export(get_db)
export(get_host)
export(get_method)
export(parse_datetime)
export(parse_dbl)
export(parse_geojson)
export(parse_int)
export(parse_str)
export(set_db)
importFrom(jsonlite,fromJSON)