aRTdb-importShape {aRT} | R Documentation |
Function to import a shapefile to the database. It create a layer and import the data to it.
This function is just a wrapper to addShape
.
## S4 method for signature 'aRTdb': importShape(object, layer, proj, ...)
object |
Object of class aRTdb . |
layer |
Name of the layer that will contain the data. |
proj |
A proj.4 descriptor (default is NA). |
... |
Arguments passed to addShape . |
Marcos Aurelio Carrero, Pedro Ribeiro de Andrade Neto
See aRTdb-class
to show the description of this class.