forked from ateucher/rmapshaper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
69 lines (68 loc) · 2.09 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
# Generated by roxygen2: do not edit by hand
S3method(drop_null_geometries,geo_json)
S3method(drop_null_geometries,geo_list)
S3method(ms_clip,SpatialLines)
S3method(ms_clip,SpatialPoints)
S3method(ms_clip,SpatialPolygons)
S3method(ms_clip,character)
S3method(ms_clip,geo_json)
S3method(ms_clip,geo_list)
S3method(ms_dissolve,SpatialPoints)
S3method(ms_dissolve,SpatialPolygons)
S3method(ms_dissolve,character)
S3method(ms_dissolve,geo_json)
S3method(ms_dissolve,geo_list)
S3method(ms_erase,SpatialLines)
S3method(ms_erase,SpatialPoints)
S3method(ms_erase,SpatialPolygons)
S3method(ms_erase,character)
S3method(ms_erase,geo_json)
S3method(ms_erase,geo_list)
S3method(ms_explode,SpatialLines)
S3method(ms_explode,SpatialPolygons)
S3method(ms_explode,character)
S3method(ms_explode,geo_json)
S3method(ms_explode,geo_list)
S3method(ms_filter_fields,SpatialLinesDataFrame)
S3method(ms_filter_fields,SpatialPointsDataFrame)
S3method(ms_filter_fields,SpatialPolygonsDataFrame)
S3method(ms_filter_fields,character)
S3method(ms_filter_fields,geo_json)
S3method(ms_filter_fields,geo_list)
S3method(ms_filter_islands,SpatialPolygons)
S3method(ms_filter_islands,character)
S3method(ms_filter_islands,geo_json)
S3method(ms_filter_islands,geo_list)
S3method(ms_innerlines,SpatialPolygons)
S3method(ms_innerlines,character)
S3method(ms_innerlines,geo_json)
S3method(ms_innerlines,geo_list)
S3method(ms_lines,SpatialPolygons)
S3method(ms_lines,character)
S3method(ms_lines,geo_json)
S3method(ms_lines,geo_list)
S3method(ms_points,SpatialPolygons)
S3method(ms_points,character)
S3method(ms_points,geo_json)
S3method(ms_points,geo_list)
S3method(ms_simplify,SpatialLines)
S3method(ms_simplify,SpatialPolygons)
S3method(ms_simplify,character)
S3method(ms_simplify,geo_json)
S3method(ms_simplify,geo_list)
export(apply_mapshaper_commands)
export(drop_null_geometries)
export(ms_clip)
export(ms_dissolve)
export(ms_erase)
export(ms_explode)
export(ms_filter_fields)
export(ms_filter_islands)
export(ms_innerlines)
export(ms_lines)
export(ms_points)
export(ms_simplify)
importFrom(V8,v8)
importFrom(methods,.hasSlot)
importFrom(methods,as)
importFrom(methods,is)