R-TerraLib API
Description
aRT is a package integrating R with TerraLib.
TerraLib is a set of Geographic Information System (GIS) classes written
in C++ for support building GIS applications. It manipulates points, lines,
polygons and raster data (grids), storing them in a Data-Base Management
System (DBMS), and it has all above (and other) spatial queries.
Its main objectives are:
- Encapsulate various DBMS, for example MySQL, PostgreSQL,
PostGIS and Oracle-spatial;
- Give high-level support do spatial operations;
- Enable database access without using SQL queries;
- Retrieve spatial objects from DBMS in a proxy way.
The main motivation for the package development is to enable
the access to geographical databases and spatial/temporal operations
on them. textsl{TerraLib} provides its own way to access a geographical database,
and it has several internal tables to control the data and
their relations.
Classes
aRT is implemented using S4, and
there are some classes to encapsulate TerraLib
inside R, and they are briefly described here.
aRTconn
:- 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 database query. It can be temporal, if it was created from
a temporal theme, and if 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)
Pedro Ribeiro de Andrade Neto, Marcos Aurelio Carrero, Paulo Justiniano Ribeiro Junior
References
http://www.est.ufpr.br/aRT
http://www.terralib.org
See Also
CLASSNAME-class
for links to CLASSNAME
[Package
aRT version 0.4-0
Index]