scidbst-class: Class scidbst

Description Usage Arguments Value Slots Note Examples

Description

The scidbst class contains several objects in order to describe a SciDB array spatially and temporally. Therefore the object holds a reference to the SciDB array via a scidb object and the dimension references for space and time with a SRS and TRS object respectively.

Constructor for scidbst

Usage

1

Arguments

...

parameter that are passed on to scidb

Value

scidbst object

Slots

extent

The outer boundary of the SciDB array in referenced coordinates

affine

The affine transformation used to convert real-world coordinates into image frame coordinates

tExtent

the temporal extent as a TemporalExtent object

isSpatial

A flag whether or not this object has a spatial reference

isTemporal

A flag whether or not this object has a temporal reference

trs

The temporal reference object (TRS)

srs

The spatial reference object SRS

proxy

scidb proxy scidb

extent

spatial Extent

title

The name of the original array

Note

At least parameter name should be provided

Examples

1
2
3
4
5
## Not run: 
scidbconnect(host,port,user,pwd,protocol,authtype)
chicago = scidbst(name="chicago_sts")

## End(Not run)

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