Srings-class {sp} | R Documentation |
Collection of objects of class "Sring"
Objects can be created by calls to the function Srings
Srings
:"list"
; list with objects
of class Sring-class plotOrder
:"integer"
; order in which
the Sring objects should be plotted, currently by order of decreasing size labpt
:"numeric"
; pair of x, y coordinates giving a label point, the label point of the largest ring component ID
:"character"
; unique identifier string area
:"numeric"
; the total area of the Sring list including the areas of holes; these values are used to make sure that rings of a smaller area are plotted after rings of a larger area bbox
:"matrix"
; see Spatial-class proj4string
:"CRS"
; see CRS-class
Class "Spatial"
, directly.
No methods defined with class "Srings" in the signature.
By default, single rings (where Srings is a list of length one) are not expected to be holes, but in multiple rings, hole definitions for member rings can be set. Sring objects belonging to an Srings object should either not overlap one-other, or should be fully included (as lakes or islands in lakes). They should not be self-intersecting. Checking of hole FALSE/TRUE status for Srings objects is included in the spgpc wrapper package for gpclib functions, function checkSringsHoles() (currently on sourceforge).
Roger Bivand