@Immutable public class TimeCoordIntvValue extends Object implements Comparable<TimeCoordIntvValue>
| Constructor and Description |
|---|
TimeCoordIntvValue(int b1,
int b2) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(TimeCoordIntvValue o) |
TimeCoordIntvValue |
convertReferenceDate(ucar.nc2.time.CalendarDate fromDate,
ucar.nc2.time.CalendarPeriod fromUnit,
ucar.nc2.time.CalendarDate toDate,
ucar.nc2.time.CalendarPeriod toUnit) |
boolean |
equals(Object o) |
int |
getBounds1() |
int |
getBounds2() |
int |
getIntervalSize() |
int |
hashCode() |
TimeCoordIntvValue |
offset(double offset) |
String |
toString() |
public int getBounds1()
public int getBounds2()
public int getIntervalSize()
public TimeCoordIntvValue convertReferenceDate(ucar.nc2.time.CalendarDate fromDate, ucar.nc2.time.CalendarPeriod fromUnit, ucar.nc2.time.CalendarDate toDate, ucar.nc2.time.CalendarPeriod toUnit)
public int compareTo(@Nonnull TimeCoordIntvValue o)
compareTo in interface Comparable<TimeCoordIntvValue>public TimeCoordIntvValue offset(double offset)