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
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.