Spatial-class               package:sp               R Documentation

_C_l_a_s_s "_S_p_a_t_i_a_l" ~~~

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

     An abstract class from which useful spatial classes are derived

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     are never to be generated; only derived classes can be meaningful

_S_l_o_t_s:

     '_b_b_o_x': Object of class '"matrix"'; 2-column matrix holding the
          minimum in first and maximum in second column for the
          x-coordinate (first row), y-coordinate (second row) and
          optionally, for points and grids only, further coordinates. 

     '_p_r_o_j_4_s_t_r_i_n_g': Object of class '"CRS"'; holding a valid proj4
          string, which can be used for unprojecting or reprojecting
          coordinates; it is initialised to NA. Other strings are
          checked for validity in the spproj package.

_M_e_t_h_o_d_s:

     _b_b_o_x 'signature(obj = "Spatial")': retrieves the bbox element 

     _d_i_m_e_n_s_i_o_n_s 'signature(obj = "Spatial")': retrieves the number of
          spatial dimensions spanned 

     _g_r_i_d_d_e_d 'signature(obj = "Spatial")': logical, tells whether the
          data is on a regular spatial grid 

_W_a_r_n_i_n_g:

     this class is not useful in itself, but all spatial classes in
     this package derive from it

_N_o_t_e:

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

     r-spatial team; Edzer J. Pebesma, e.pebesma@geo.uu.nl Roger
     Bivand, Barry Rowlinson, Virgilio G\'{o}mez-Rubio

_R_e_f_e_r_e_n_c_e_s:

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

     'SpatialPoints-class', 'SpatialGrid-class',
     'SpatialPointsDataFrame-class', 'SpatialGridDataFrame-class',

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

