aRTtheme-setVisible           package:aRT           R Documentation

_S_e_t _v_i_s_i_b_l_i_l_i_t_y

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

     Sets the visibility of a theme to be visualized in a
     TerraLib-based GIS. When a theme is created it is visible. This
     function does not work correctly yet.

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

     ## S4 method for signature 'aRTtheme':
     setVisible(object, points = NULL, lines = NULL, polygons = NULL, check = NULL)

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

  object: Object of class 'aRTtheme'.

  points: Will the points be visible?

   lines: Will the lines be visible?

polygons: Will the polygons be visible?

   check: ?

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

     Pedro Ribeiro de Andrade

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

     See 'aRTtheme-class' to the description of this class.

