Package ucar.nc2.ft.fmrc
Interface TimeInventory
-
public interface TimeInventory
Extract time coordinates from a FmrcInvLite.Gridset. For 1D time datasets.- Since:
- Apr 15, 2010
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
TimeInventory.Instance
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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)
-
-