crs-scidbst-methods: Gets and sets the Coordinate Reference System for a...

Description Usage Arguments Value Note See Also

Description

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.

Usage

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

Arguments

x

scidb or scidbst object

...

additional parameter passed to crs

value

An CRS-class object

Value

A scidbst object for set, a CRS object for get

Note

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.

See Also

projection, CRS-class


flahn/scidbst documentation built on May 16, 2019, 1:15 p.m.