aRTdb-importSpData {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': importSpData(object,spdata,lname,tname,thname,view)
object |
Object of class aRTdb . |
spdata |
object of class Spatial . |
lname |
Name of the layer that will store the data. |
tname |
Name of the table (default is NA). |
thname |
If used, create a theme with its name and returns it. |
view |
Name of the view. |
Pedro Ribeiro de Andrade Neto
See aRTdb-class
to show the description of this class.