aRTlayer-getRelation           package:aRT           R Documentation

_S_p_a_t_i_a_l _R_e_l_a_t_i_o_n_s

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

     Returns elements of a given layer that satisfy a given spatial
     relation. The relation can be in a different layer.

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

     _o_b_j_e_c_t The target layer.

     _r_e_l_a_t_i_o_n A relation among:

             *  contains

             *  coveredby

             *  covers

             *  crosses

             *  disjoint

             *  equals

             *  intersects

             *  overlaps

             *  touches

             *  within

     _l_a_y_e_r The layer which the spatial relation must satisfy.

     _i_d_s The selected ids of layer to be used. If 'NULL', all the
          elements of layer will be used.

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

     Pedro Ribeiro de Andrade Neto

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

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

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

     ## Not run: 
     ## End(Not run)

