-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
90 lines (89 loc) · 2.16 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
82
83
84
85
86
87
88
89
90
# Generated by roxygen2: do not edit by hand
S3method(subset,scidbst)
S3method(transform,scidbst)
export(SRS)
export(TRS)
export(scidb_op)
export(scidbst)
export(scidbst.ls)
export(transformAllSpatialIndices)
export(transformAllTemporalIndices)
exportClasses(SRS)
exportClasses(TRS)
exportClasses(TemporalExtent)
exportClasses(scidbst)
exportMethods("affine<-")
exportMethods("crs<-")
exportMethods("extent<-")
exportMethods(affine)
exportMethods(aggregate)
exportMethods(aggregate.sp)
exportMethods(aggregate.t)
exportMethods(copySRS)
exportMethods(copyTRS)
exportMethods(crop)
exportMethods(crs)
exportMethods(cumulate)
exportMethods(dimensions)
exportMethods(estimateFileSize)
exportMethods(extent)
exportMethods(filter)
exportMethods(getRefPeriod)
exportMethods(is.spatial)
exportMethods(is.temporal)
exportMethods(join)
exportMethods(ncol)
exportMethods(nrow)
exportMethods(project)
exportMethods(r.apply)
exportMethods(regrid)
exportMethods(repart)
exportMethods(res)
exportMethods(resample)
exportMethods(schema)
exportMethods(scidb_attributes)
exportMethods(scidb_coordinate_bounds)
exportMethods(scidb_coordinate_chunksize)
exportMethods(scidb_coordinate_end)
exportMethods(scidb_coordinate_overlap)
exportMethods(scidb_coordinate_start)
exportMethods(scidbsteval)
exportMethods(setSRS)
exportMethods(setTRS)
exportMethods(show)
exportMethods(slice)
exportMethods(spplot)
exportMethods(srs)
exportMethods(subarray)
exportMethods(subset)
exportMethods(t0)
exportMethods(tdim)
exportMethods(textent)
exportMethods(tmax)
exportMethods(tmin)
exportMethods(transfer)
exportMethods(transform)
exportMethods(tres)
exportMethods(trs)
exportMethods(tunit)
exportMethods(xdim)
exportMethods(xmax)
exportMethods(xmin)
exportMethods(xres)
exportMethods(ydim)
exportMethods(ymax)
exportMethods(ymin)
exportMethods(yres)
importClassesFrom(raster,Extent)
importClassesFrom(raster,RasterBrick)
importClassesFrom(sp,CRS)
importClassesFrom(sp,SpatialPointsDataFrame)
importClassesFrom(spacetime,STSDF)
importFrom(raster,"crs<-")
importFrom(raster,"extent<-")
importFrom(raster,alignExtent)
importFrom(raster,extent)
importFrom(raster,intersect)
importFrom(raster,raster)
importFrom(sp,dimensions)
importFrom(xts,xts)