aRTdb-createLayer {aRT}R Documentation

Create a layer

Description

Creates a new layer in a database and returns it.

Usage

## S4 method for signature 'aRTdb':
createLayer(object, layername, proj=proj)

Arguments

object Object of aRTdb class.
layername Name of the layer.
proj Projection in proj.4 format, and dafault is no projection. Some projections are not supported by TerraLib.

Author(s)

Pedro Ribeiro de Andrade Neto

See Also

See aRTlayer-class to the description of this class, and openLayer to just open an existent layer. See also spproj for conversion between projections.


[Package aRT version 0.4-0 Index]