SpatialCollections-class | R Documentation |
class to hold SpatialPoints, SpatialLines, SpatialRings, and SpatialPolygons (without attributes)
Objects can be created by calls to the function SpatialCollections
pointobj
:Object of class SpatialPoints or NULL
lineobj
:Object of class SpatialLines or NULL
ringobj
:Object of class SpatialRings or NULL
polyobj
:Object of class SpatialPolygons or NULL
plotOrder
:Numeric vector of length 4
Class "Spatial"
, directly.
Methods defined with class "SpatialCollections" in the signature:
signature(x = "SpatialCollections", y = "missing")
: plot objects within the SpatialCollections object in the order specified by plotOrder slot
signature(object = "SpatialCollections")
: retrieves the ID elements from non-NULL geometry slots
Colin Rundel
SpatialCollections SpatialPoints SpatialLines SpatialRings SpatialPolygons
#NONE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.