Description Usage Arguments Value Note See Also
Returns the coordinate reference system of a scidbst object in form of a CRS object. The method can also be used to set or replace the CRS for a scidb or scidbst object.
1 2 3 4 5 6 7 8 | ## S4 method for signature 'scidbst'
crs(x, ...)
## S4 replacement method for signature 'scidbst,CRS'
crs(x) <- value
## S4 replacement method for signature 'scidb,CRS'
crs(x) <- value
|
x |
scidb or scidbst object |
... |
additional parameter passed to crs |
value |
An CRS-class object |
A scidbst object for set, a CRS object for get
The changes only apply in R. To persist the changes, make the object truly spatial by setting also the affine transformation and the spatial extent and then run scidbsteval.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.