Package ucar.nc2.dataset
Class CoordinateAxisTimeHelper
- java.lang.Object
-
- ucar.nc2.dataset.CoordinateAxisTimeHelper
-
public class CoordinateAxisTimeHelper extends Object
Helper class for time coordinates- Since:
- 11/6/2014
-
-
Constructor Summary
Constructors Constructor Description CoordinateAxisTimeHelper(Calendar calendar, String unitString)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CalendarDate
makeCalendarDateFromOffset(double offset)
CalendarDate
makeCalendarDateFromOffset(String offset)
double
offsetFromRefDate(CalendarDate date)
-
-
-
Method Detail
-
makeCalendarDateFromOffset
public CalendarDate makeCalendarDateFromOffset(double offset)
-
makeCalendarDateFromOffset
public CalendarDate makeCalendarDateFromOffset(String offset)
-
offsetFromRefDate
public double offsetFromRefDate(CalendarDate date)
-
-