Update polygon list
# S4 method for polygonList,polygonList updateList(x, y)
| x | a named list |
|---|---|
| y | a named list |
A named list, with elements sorted by name.
The values of matching elements in list y
replace the values in list x.
This is a temporary workaround until we resolve inheritance of S3 classes (see .polygonList).