aRTdb-class               package:aRT               R Documentation

_C_l_a_s_s "_a_R_T_d_b"

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

     Class that manipulates a database. .

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form 'new("aRTdb",
     aRTobject, dbname, create=T)'.

_S_l_o_t_s:

     '_p_o_i_n_t_e_r': An external pointer to a TerraLib object. DO NOT change
          it!

_E_x_t_e_n_d_s:

     Class 'aRTcomponent', directly.

_M_e_t_h_o_d_s:

     _c_r_e_a_t_e_L_a_y_e_r: Creates a new layer returns it.

     _c_r_e_a_t_e_V_i_e_w: Creates an empty View in the database.

     _d_e_l_e_t_e_L_a_y_e_r: Delete a layer in the database.

     _d_e_l_e_t_e_T_h_e_m_e: Delete a theme in the database.

     _d_e_l_e_t_e_V_i_e_w: Delete a view in the database.

     _i_n_i_t_i_a_l_i_z_e: Initializer of aRTdb class.

     _i_m_p_o_r_t_S_h_a_p_e: Imports a shapefile to the database.

     _o_p_e_n_L_a_y_e_r: Opens an existent layer.

     _o_p_e_n_T_h_e_m_e: Opens an existent theme. (Themes can be created only
          from layers.)

     _s_h_o_w_L_a_y_e_r_s: Shows all the available layers.

     _s_h_o_w_T_h_e_m_e_s: Shows all the available themes.

     _s_h_o_w_V_i_e_w_s: Show all the available views.

     _s_u_m_m_a_r_y: Some information about the database.

_N_o_t_e:

     Views are only destinate to TerraView users. It has no importance
     inside R.

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

     See 'aRTdb-METHOD' for a method of this class or 'CLASSNAME-class'
     for links to other classes.

