-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
44 lines (43 loc) · 1.11 KB
/
NAMESPACE
File metadata and controls
44 lines (43 loc) · 1.11 KB
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
# Generated by roxygen2: do not edit by hand
export(fetch)
exportMethods(kml)
exportMethods(plot)
exportMethods(proj4string)
exportMethods(spTransform)
exportMethods(summary)
import(sp)
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,setAs)
importFrom(methods,setClass)
importFrom(methods,setMethod)
importFrom(methods,setValidity)
importFrom(methods,show)
importFrom(methods,signature)
importFrom(methods,slot)
importFrom(methods,validObject)
importFrom(plotKML,kml)
importFrom(plotKML,kml_close)
importFrom(plotKML,kml_layer)
importFrom(plotKML,kml_open)
importFrom(plotKML,normalizeFilename)
importFrom(rgdal,CRSargs)
importFrom(rgeos,gBuffer)
importFrom(rgeos,gIntersection)
importFrom(rgeos,gIntersects)
importFrom(sp,CRS)
importFrom(sp,Line)
importFrom(sp,Lines)
importFrom(sp,SpatialLines)
importFrom(sp,SpatialLinesDataFrame)
importFrom(sp,SpatialLinesLengths)
importFrom(sp,SpatialPoints)
importFrom(sp,coordinates)
importFrom(sp,identicalCRS)
importFrom(sp,is.projected)
importFrom(sp,over)
importFrom(sp,plot)
importFrom(sp,proj4string)
importFrom(sp,spTransform)
importFrom(utils,head)