aRT                   package:aRT                   R Documentation

_R-_T_e_r_r_a_L_i_b _A_P_I

_D_e_s_c_r_i_p_t_i_o_n:

     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.

_C_l_a_s_s_e_s:

     aRT is implemented using S4, and there are some classes to
     encapsulate TerraLib inside R, and they are briefly described
     here.

     '_a_R_T_c_o_n_n': Can to store a virtual DBMA connection and manipulates
          aRTdb objects. It can also perform some database
          administration tasks.

     '_a_R_T_d_b': Stores a real connection to a DBMA database, and can
          open/create aRTlayers.

     '_a_R_T_l_a_y_e_r': 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.

     '_a_R_T_t_a_b_l_e': 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.

     '_a_R_T_t_h_e_m_e': Created from an aRTlayer, it can join tables and
          choose attribute restrictions. It can also create aRTquerier
          objects.

     '_a_R_T_q_u_e_r_i_e_r': 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.

     '_a_R_T_v_i_s_u_a_l': Defines a colors and style configuration to be used
          in aRTthemes.

_A_u_t_h_o_r(_s):

     Pedro Ribeiro de Andrade Neto, Marcos Aurelio Carrero, Paulo
     Justiniano Ribeiro Junior

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://www.est.ufpr.br/aRT>
     <URL: http://www.terralib.org>

_S_e_e _A_l_s_o:

     'CLASSNAME-class' for links to 'CLASSNAME'

