aRT-classes               package:aRT               R Documentation

'_a_R_T' _c_l_a_s_s_e_s

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

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

     _a_R_T: 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 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.

     _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):

     Marcos Aurelio Carrero and Pedro Ribeiro de Andrade Neto

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

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

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

     'CLASSNAME-class' for links to CLASSNAME

