aRTgeometry               package:aRT               R Documentation

_a_R_T_g_e_o_m_e_t_r_y

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

     TODO All aRT geometric data belongs to class aRTgeometry. 

     Objects of class aRTgeometry can be plotted and inserted in
     layers.

     aRT supports four types of geometry: points, polygons, lines and
     raster.

_G_e_o_m_e_t_r_i_e_s:

     _p_o_i_n_t_s: Object of the aRTlayer class.

     _p_o_l_y_g_o_n_s: Each one ends with the same point that it started. This
          way, one object can have more than one polygon and it can be
          stored in the same position.

     _l_i_n_e_s: a

     _r_a_s_t_e_r: Raster data are represented as matrix.

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

     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.

