-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
35 lines (34 loc) · 879 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(st_makeline,list)
S3method(st_makeline,numeric)
S3method(st_makeline,sfc_MULTIPOINT)
S3method(st_makeline,sfc_POINT)
S3method(st_multi,sfc_MULTIPOINT)
S3method(st_multi,sfc_POINT)
S3method(st_numpoints,sfc_LINESTRING)
S3method(st_numpoints,sfc_MULTIPOINT)
S3method(st_numpoints,sfc_MULTIPOLYGON)
S3method(st_numpoints,sfc_POINT)
S3method(st_numpoints,sfc_POLYGON)
export("%>%")
export(st_coordinates)
export(st_dumppoints)
export(st_geomfromtext)
export(st_makeline)
export(st_makepoint)
export(st_multi)
export(st_npoints)
export(st_numpoints)
export(st_point)
export(st_set_crs)
export(st_setsrid)
export(st_union)
import(dplyr)
import(tibble)
importFrom(assertthat,assert_that)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(rlang,.data)
importFrom(sf,NA_crs_)
importFrom(sf,st_point)