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 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
|
useDynLib(maptools)
import(sp)
import(foreign)
import(grid)
importFrom(lattice, strip.custom, trellis.grobname, trellis.par.get, llines)
importFrom(stats, smooth.spline, runif, na.omit, median, quantile, predict)
importFrom(utils, read.table, write.table, packageVersion, compareVersion, packageDescription)
importFrom(graphics, image, polygon, par, text, rect, points, lines, box, strwidth, strheight)
importFrom(grDevices, hsv, col2rgb, as.graphicsAnnot, xy.coords)
import(methods)
export(leglabs, dotsInPolys, symbolsInPolys, getinfo.shape, print.shapehead)
# plotpolys, shape2poly, shape2lines,
# shape2points, shape2bbs, Map2poly, Map2poly1, Map2lines, Map2points,
# Map2bbs, convert.pl, get.Pcent, read.shape,
# plot.Map, plot.polylist, subset.polylist, maptools, dotsInPolys,
# symbolsInPolys, write.pointShape, write.polylistShape,
# write.linelistShape)
export(readShapePoints, readShapeLines, readShapePoly)
export(writePointsShape, writeLinesShape, writePolyShape)
export(readShapeSpatial, writeSpatialShape)
export(readAsciiGrid, writeAsciiGrid)
export(readGPS)
export(sp2WB, sp2tmap, sp2Mondrian, readSplus)
export(gzAzimuth, trackAzimuth)
export(MapGen2SL, ArcObj2SLDF, ContourLines2SLDF, pal2SpatialPolygons)
#exportClass(ppp, im, owin, psp)
exportMethods("crepuscule", "sunriset", "solarnoon", "solarpos")
export(SpatialPolygons2PolySet, SpatialLines2PolySet, PolySet2SpatialPolygons, PolySet2SpatialLines, map2SpatialPolygons, map2SpatialLines, pruneMap)
export(as.ppp.SpatialPoints, as.ppp.SpatialPointsDataFrame, as.SpatialPoints.ppp, as.SpatialPointsDataFrame.ppp, as.SpatialGridDataFrame.ppp)
export(as.owin.SpatialGridDataFrame, as.owin.SpatialPixelsDataFrame, as.owin.SpatialPolygons, as.SpatialGridDataFrame.im, as.im.SpatialGridDataFrame, as.im.RasterLayer)
export(as.psp.SpatialLinesDataFrame, as.psp.SpatialLines, as.psp.Lines, as.psp.Line, as.SpatialLines.psp)
export(as.linnet.SpatialLines)
if(getRversion() >= "3.6.0") {
S3method(spatstat::as.im, "RasterLayer")
S3method(spatstat::as.im, "SpatialGridDataFrame")
S3method(spatstat::as.linnet, "SpatialLines")
S3method(spatstat::as.owin, "SpatialGridDataFrame")
S3method(spatstat::as.owin, "SpatialPixelsDataFrame")
S3method(spatstat::as.owin, "SpatialPolygons")
S3method(spatstat::as.ppp, "SpatialPoints")
S3method(spatstat::as.ppp, "SpatialPointsDataFrame")
S3method(spatstat::as.psp, "Line")
S3method(spatstat::as.psp, "Lines")
S3method(spatstat::as.psp, "SpatialLines")
S3method(spatstat::as.psp, "SpatialLinesDataFrame")
}
export(gpclibPermit, gpclibPermitStatus, rgeosStatus)
export(unionSpatialPolygons, nowrapSpatialPolygons, nowrapRecenter, checkPolygonsHoles, nowrapSpatialLines)
export(Rgshhs, getRgshhsMap)
export(CCmaps)
exportMethods(coerce, spCbind, spRbind)
exportMethods(elide)
export(GE_SpatialGrid, kmlOverlay, Sobj_SpatialGrid)
export(kmlPolygons, kmlLines, kmlPolygon, kmlLine, getKMLcoordinates, kmlPoints)
export(pointLabel, gcDestination)
export(thinnedSpatialPoly)
export(snapPointsToLines, nearestPointOnSegment, nearestPointOnLine, SpatialLinesMidPoints)
export(panel.pointLabel, lineLabel)
S3method("drawDetails", "labels")
exportMethods(sp.pointLabel, sp.lineLabel, label)
#S3method(plot, Map)
#S3method(plot, polylist)
#S3method(subset, polylist)
S3method(print, shapehead)
#S3method(as.ppp, SpatialPoints)
#S3method(as.ppp, SpatialPointsDataFrame)
#S3method(as.owin, SpatialGridDataFrame)
#S3method(as.owin, SpatialPixelsDataFrame)
#S3method(as.owin, SpatialPolygons)
#S3method(as.SpatialPoints, ppp)
#S3method(as.SpatialPointsDataFrame, ppp)
#S3method(as.SpatialGridDataFrame, ppp)
#S3method(as.SpatialGridDataFrame, im)
|