-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
81 lines (80 loc) · 2 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
# Generated by roxygen2: do not edit by hand
S3method(as_rsgeo,default)
S3method(as_rsgeo,sfc)
S3method(format,Geom)
S3method(format,rsgeo)
S3method(plot,rsgeo)
export(as_rsgeo)
export(bearing_geodesic)
export(bearing_haversine)
export(bounding_box)
export(bounding_boxes)
export(bounding_rect)
export(cast_geoms)
export(centroids)
export(closest_point)
export(closest_point_haversine)
export(combine_geoms)
export(concave_hull)
export(contains_pairwise)
export(contains_sparse)
export(convex_hull)
export(coord_first)
export(coord_last)
export(coord_n)
export(coords)
export(densify_euclidean)
export(densify_haversine)
export(distance_euclidean_matrix)
export(distance_euclidean_pairwise)
export(distance_geodesic_matrix)
export(distance_geodesic_pairwise)
export(distance_hausdorff_matrix)
export(distance_hausdorff_pairwise)
export(distance_haversine_matrix)
export(distance_haversine_pairwise)
export(distance_vicenty_matrix)
export(distance_vicenty_pairwise)
export(expand_geoms)
export(explode_lines)
export(extreme_coords)
export(flatten_geoms)
export(frechet_distance)
export(geom_line)
export(geom_linestring)
export(geom_multipoint)
export(geom_point)
export(geom_polygon)
export(haversine_destination)
export(haversine_intermediate)
export(intersects_pairwise)
export(intersects_sparse)
export(is_ccw_convex)
export(is_convex)
export(is_cw_convex)
export(is_strictly_ccw_convex)
export(is_strictly_convex)
export(is_strictly_cw_convex)
export(length_euclidean)
export(length_geodesic)
export(length_haversine)
export(length_vincenty)
export(line_interpolate_point)
export(line_segmentize)
export(line_segmentize_haversine)
export(locate_point_on_line)
export(minimum_rotated_rect)
export(n_coords)
export(signed_area)
export(signed_area_cd)
export(signed_area_geodesic)
export(simplify_geoms)
export(simplify_vw_geoms)
export(simplify_vw_preserve_geoms)
export(union_geoms)
export(unsigned_area)
export(unsigned_area_cd)
export(unsigned_area_geodesic)
export(within_pairwise)
export(within_sparse)
useDynLib(rsgeo, .registration = TRUE)