| aRTlayer {aRT} | R Documentation |
Class that represents a layer of information in the database. It can insert
geometries into the database, process them and create/open aRTtable, aRTtheme
and aRTquerier objects.
TerraLib layers can stores various geometries in a layer, but in aRT, for simplify,
each layer stores only one type of geometry.
Objects can be created by calls of the form new("aRTlayer", aRTdb, layername, proj).
Examples:
obj = new("aRTlayer", aRTdb, layername, create=T)
obj = new("aRTlayer",db,l="llatlong",proj="+proj=latlong +datum=NAD83",c=T)
To avoid creating objects this way, there are two functions of class aRTdb:
createLayer and openLayer.
Class aRTcomponent, directly.
Marcos Aurelio Carrero, Pedro Ribeiro de Andrade Neto
See aRTlayer-METHOD for a method of this class or CLASSNAME-class for links to other classes.
Package spproj for conversion of projections.