useDynLib(maptools)

import(sp)
import(foreign)

export(leglabs, plotpolys, shape2poly, shape2lines, 
	shape2points, shape2bbs, Map2poly, Map2poly1, Map2lines, Map2points, 
	Map2bbs, convert.pl, get.Pcent, read.shape, getinfo.shape,
	plot.Map, plot.polylist, subset.polylist, maptools, dotsInPolys,
	symbolsInPolys, write.pointShape, write.polylistShape, 
	write.linelistShape, print.shapehead)

export(readShapePoints, readShapeLines, readShapePoly)

export(writePointsShape, writeLinesShape, writePolyShape)

export(readAsciiGrid, writeAsciiGrid)

export(sp2WB, sp2tmap, sp2Mondrian)

export(gzAzimuth, trackAzimuth)

S3method(plot, Map)
S3method(plot, polylist)
S3method(subset, polylist)
S3method(print, shapehead)
