copySRS-methods: Copy spatial reference

Description Usage Arguments Value Examples

Description

Copies the spatial reference systems from scidbst object y to scidb(st) object x. This applies for the R object as well as the array in SciDB. All necessary information will be copied from the source to the target array in R and afterwards an iquery command is executed to persist the changes in SciDB.

Usage

1
2
3
4
5
## S4 method for signature 'scidbst,scidbst'
copySRS(x, y)

## S4 method for signature 'scidb,scidbst'
copySRS(x, y)

Arguments

x

scidbst or scidb object

y

scidbst object

Value

modified x

Examples

1
2
3
4
5
6
## Not run: 
 target = scidb("no_srs_array")
 source = scidbst("srs_array")
 target = copySRS(target,source)

## End(Not run)

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