ucar.nc2.ft.fmrc
Interface TimeInventory


public interface TimeInventory

Extract time coordinates from a FmrcInvLite.Gridset. For 1D time datasets.

Since:
Apr 15, 2010
Author:
caron

Nested Class Summary
static interface TimeInventory.Instance
           
 
Method Summary
 TimeInventory.Instance getInstance(FmrcInvLite.Gridset.Grid gridLite, int timeIdx)
           
 String getName()
           
 double[] getOffsetCoords(FmrcInvLite.Gridset gridset)
           
 double[] getRunTimeCoords(FmrcInvLite.Gridset gridset)
           
 FmrcInvLite.ValueB getTimeCoords(FmrcInvLite.Gridset gridset)
           
 int getTimeLength(FmrcInvLite.Gridset gridset)
           
 

Method Detail

getName

String getName()

getTimeLength

int getTimeLength(FmrcInvLite.Gridset gridset)

getTimeCoords

FmrcInvLite.ValueB getTimeCoords(FmrcInvLite.Gridset gridset)

getRunTimeCoords

double[] getRunTimeCoords(FmrcInvLite.Gridset gridset)

getOffsetCoords

double[] getOffsetCoords(FmrcInvLite.Gridset gridset)

getInstance

TimeInventory.Instance getInstance(FmrcInvLite.Gridset.Grid gridLite,
                                   int timeIdx)


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.