Class for spatial attributes that correspond to point sets
class
Slots
data:: Object of class data.frame containing the attribute data (may or may not contain the coordinates in its columns)
coords:: Object of class "list"; the list with coordinates matrices; points are rows in the matrix, the list length equals the number of rows in the data slot
bbox:: Object of class "matrix"; bounding box
proj4string:: Object of class "CRS"; projection string
Extends
Class "SpatialMultiPoints", directly. Class "Spatial", by class "SpatialMultiPoints".
## S4 method for signature 'SpatialMultiPointsDataFrame'x[i, j,..., drop =TRUE]## S4 method for signature 'SpatialMultiPointsDataFrame,data.frame'coerce(from, to, strict=TRUE)## S4 method for signature 'SpatialMultiPointsDataFrame'coordinates(obj)## S4 method for signature 'SpatialMultiPointsDataFrame'show(object)## S4 method for signature 'SpatialMultiPointsDataFrame'points(x)