restrictions               package:aRT               R Documentation

"_a_R_T_t_h_e_m_e _r_e_s_t_r_i_c_t_i_o_n_s"

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

     Sets restrictions of one theme describe{

_S_e_t_A_R: sets the attributes restrictions of the query.

_S_e_t_S_R: sets the spatial restrictions of the query.

_S_e_t_T_R: sets the temporal restrictions of the query. }

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

     setAR(aRTtheme, restriction)

     setTR(aRTtheme, restriction) 

     setST(aRTtheme, restriction)

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

     _a_R_T_t_h_e_m_e: Object of the aRTtheme class.

     _r_e_s_t_r_i_c_t_i_o_n: ....

_E_x_a_m_p_l_e_s:

     setAR(theme, r="attribute > 5")

     setSR(theme, r=" ")

     setTR(theme, r=" ")

_R_e_s_t_r_i_c_t_i_o_n _T_y_p_e_s:

     : ... 

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

