aRTdb-importShape {aRT}R Documentation

importShape

Description

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.

Usage

## S4 method for signature 'aRTdb':
importShape(object, layer, proj, ...)

Arguments

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.

Author(s)

Marcos Aurelio Carrero, Pedro Ribeiro de Andrade Neto

See Also

See aRTdb-class to show the description of this class.


[Package aRT version 0.4-0 Index]