-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathNAMESPACE
executable file
·43 lines (42 loc) · 1.02 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
# Generated by roxygen2: do not edit by hand
S3method(boost,VeloxRaster)
S3method(boost,sfc_LINESTRING)
S3method(boost,sfc_MULTILINESTRING)
S3method(boost,sfc_MULTIPOINT)
S3method(boost,sfc_MULTIPOLYGON)
S3method(boost,sfc_POINT)
S3method(boost,sfc_POLYGON)
S3method(unboost,BoostMultiLines)
S3method(unboost,BoostMultiPoints)
S3method(unboost,BoostMultiPolygons)
export(BoostFactory)
export(BoxGrid)
export(MultiLineCollection)
export(MultiPointCollection)
export(MultiPolygonCollection)
export(PointGrid)
export(bg_intersects)
export(boost)
export(unboost)
export(velox)
exportClasses(BoostBoxGrid)
exportClasses(BoostGeometries)
exportClasses(BoostGrid)
exportClasses(BoostMultiLines)
exportClasses(BoostMultiPoints)
exportClasses(BoostMultiPolygons)
exportClasses(BoostObject)
exportClasses(BoostPointGrid)
exportClasses(VeloxRaster)
exportMethods("[")
exportMethods(bg_intersects)
exportMethods(length)
exportMethods(plot)
import(Rcpp)
import(methods)
import(raster)
import(rgdal)
import(rgeos)
import(sf)
import(sp)
useDynLib(velox)