aRTtheme {aRT} | R Documentation |
Class that enables database queries with temporal and (or) attributes
restrictions. It can be created using the results of a spatial query, passing the
ids. Temporal queries are executed creating an aRTquerier
object from this object.
Themes in TerraLib can have visual aspects, as colors and lines styles. These
configurations are not used when an aRTtheme
object is created, besause it
can be used only for processing. But there are functions to do this, for example
setVisual
and setVisible
.
Objects can be created by calls of the form new("aRTtheme", aRTlayer, themename)
.
To avoid creating objects this way, there are two functions of class aRTlayer
:
createTheme
and openTheme
. openTheme
is a function of class
aRTdb
too.
aRTlayer
.TRUE
, and open a existing theme when FALSE
.
The default is FALSE
.
Class aRTcomponent
, directly.
Marcos Aurelio Carrero, Pedro Ribeiro de Andrade Neto
See aRTtheme-METHOD
for a method of this class or CLASSNAME-class
for links to other classes.