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