aRTdb-importSpData {aRT} | R Documentation |
Function to import a Spatial data to the database. It create a layer and a table, and then import the data to them.
## 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
See aRTdb-class
to show the description of this class.