aRTdb-deleteLayer {aRT} | R Documentation |
Function to delete a layer from the database. It also deletes all theme created from this layer.
## S4 method for signature 'aRTdb': deleteLayer(object,layername="layername",force=T)
object |
Object of aRTdb class. |
layername |
Name of the layer. |
force |
As it is a dangerous operation, this argument asks for avoiding a confirmation (defult is FALSE). |
Marcos Aurelio Carrero, Pedro Ribeiro de Andrade Neto
See aRTdb-class
to show the description of this class.