aRTdb-createLayer {aRT} | R Documentation |
Creates a new layer in a database and returns it.
## S4 method for signature 'aRTdb': createLayer(object, layername, proj=proj)
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. |
Pedro Ribeiro de Andrade Neto
See aRTlayer-class
to the description of this class, and
openLayer
to just open an existent layer.
See also spproj for conversion between projections.