transformAllSpatialIndices: Transform all spatial indices to spatial coordinates

Description Usage Arguments Value Examples

Description

Transform all spatial indices to spatial coordinates

Usage

1

Arguments

obj

The scidbst object

df

A data.frame derived from an scidbst object with indices as dimension values

Value

data.frame with spatial coordinates

Examples

1
2
3
4
5
6
## Not run: 
 x = scidbst(arrayname)
 df = as(x,"data.frame") # executes iquery and returns a data.frame with dimension indices and attribute values
 coordinates = transformAllSpatialIndices(x,df) # returns only the spatial coordinates of scidbst object

## End(Not run)

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