createEmptyTable             package:aRT             R Documentation

_c_r_e_a_t_e_E_m_p_t_y_T_a_b_l_e

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

     Creates an empty attribute table in the layer. It defines that 
     the layer will not accept more geometric data, and will start to
     accept attributes data. All addGeometry functions call this 
     function if the argument close is not false, and it is done by
     default.

_U_s_a_g_e:

     showTables(aRTlayer)

_A_r_g_u_m_e_n_t_s:

     _a_R_T_l_a_y_e_r: object of aRTlayer class

_N_o_t_e:

     When not to exist tables in the layer, the message "Tables could
     not be loaded" will be show

_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 'aRTlayer-class' to show the description of this class.

