Package ucar.nc2.ft.fmrc
Interface TimeInventory
-
public interface TimeInventoryExtract 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 interfaceTimeInventory.Instance
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimeInventory.InstancegetInstance(FmrcInvLite.Gridset.Grid gridLite, int timeIdx)StringgetName()double[]getOffsetCoords(FmrcInvLite.Gridset gridset)double[]getRunTimeCoords(FmrcInvLite.Gridset gridset)FmrcInvLite.ValueBgetTimeCoords(FmrcInvLite.Gridset gridset)intgetTimeLength(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)
-
-