initialize {aRT}R Documentation

"aRTlayer"

Description

Initializer of aRTlayer class.

Usage

obj = new("aRTlayer", aRTdb, layername, create=T) obj = new("aRTlayer",db,l="llatlong",proj="+proj=latlong +datum=NAD83",c=T)

Arguments

aRTdb:
Object of aRTdb class.
layername:
Name of the layer.
proj:
Projection in proj.4 format. Some projections are not supported by TerraLib.
create:
Can the layer be created if it does not exist?

Author(s)

Marcos Aurelio Carrero and Pedro Ribeiro de Andrade Neto

References

http://www.est.ufpr.br/aRT

See Also

See aRTlayer-class to the description of this class. spproj for conversion of projections.


[Package aRT version 0.3-6 Index]