aRT-classes {aRT}R Documentation

'aRT' classes

Description

There are some classes to encapsulate TerraLib inside R, and they are briefly described here.

aRT:
Can to store a virtual DBMA connection and manipulates aRTdb objects. It can also perform some database administration tasks.
aRTdb:
Stores a real connection to a DBMA database, and can open/create aRTlayers.
aRTlayer:
Represents an information layer inside a database. Each layer manipulates only geometry, and is capable to do spatial queries as metrics and relations. Although it cannot manipulate attributes, it can open/create aRTtables, aRTthemes and aRTqueriers.
aRTtable:
Stores a database table, and data is manipulated using data.frames. Each table has one specific type, and it can be static, temporal, external or media. When getting data from the table, you get all the data, without restrictions, unless you use an aRTtheme.
aRTtheme:
Created from an aRTlayer, it can join tables and choose attribute restrictions. It can also create aRTquerier objects.
aRTquerier:
Encapsulates a query. It can be temporal, if it was created from a temporal theme, and a slicing was defined. It retrieves data one by one, slide by slide (if temporal), instead of all atributes/geometry once.
aRTvisual:
Defines a colors and style configuration to be used in aRTthemes.

Author(s)

Marcos Aurelio Carrero and Pedro Ribeiro de Andrade Neto

References

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

See Also

CLASSNAME-class for links to CLASSNAME


[Package aRT version 0.3-6 Index]