|
SGT Home | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object
|
+--gov.noaa.pmel.util.SoTRange
|
+--gov.noaa.pmel.util.SoTRange.GeoDate
SoTRange.Time
Inner class for SoTRange for type
GeoDate.
| Nested Class Summary |
| Nested classes inherited from class gov.noaa.pmel.util.SoTRange |
SoTRange.Double, SoTRange.Float, SoTRange.GeoDate, SoTRange.Integer, SoTRange.Short, SoTRange.Time |
| Field Summary | |
GeoDate |
delta
Deprecated. The range's time increment |
GeoDate |
end
Deprecated. The range's last time |
GeoDate |
start
Deprecated. The range's first time |
| Constructor Summary | |
SoTRange.GeoDate()
Deprecated. the Default constructor |
|
SoTRange.GeoDate(GeoDate tstart,
GeoDate tend)
Deprecated. Constructor |
|
SoTRange.GeoDate(GeoDate tstart,
GeoDate tend,
GeoDate tdelta)
Deprecated. Constructor |
|
SoTRange.GeoDate(TimeRange trange)
Deprecated. use SoTRange |
|
| Method Summary | |
void |
add(SoTRange tr)
Deprecated. Adds the TimeRange object to this
TimeRange. |
SoTRange |
copy()
Deprecated. Make a copy of the SoTRange. |
boolean |
equals(SoTRange tr)
Deprecated. Test for equality. |
void |
flipStartAndEnd()
Deprecated. Exchange start and end values |
SoTValue |
getDelta()
Deprecated. Get delta value |
java.lang.Object |
getDeltaObject()
Deprecated. |
SoTValue |
getEnd()
Deprecated. Get end value |
java.lang.Object |
getEndObject()
Deprecated. |
SoTValue |
getStart()
Deprecated. Get start value |
java.lang.Object |
getStartObject()
Deprecated. |
boolean |
isStartOrEndMissing()
Deprecated. Test if start or end is missing |
boolean |
isTime()
Deprecated. Test if SoTRange is temporal. |
void |
setDelta(SoTValue value)
Deprecated. |
void |
setEnd(SoTValue value)
Deprecated. |
void |
setStart(SoTValue value)
Deprecated. |
java.lang.String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public GeoDate start
public GeoDate end
public GeoDate delta
| Constructor Detail |
public SoTRange.GeoDate()
public SoTRange.GeoDate(GeoDate tstart,
GeoDate tend)
tstart - first timetend - last time
public SoTRange.GeoDate(GeoDate tstart,
GeoDate tend,
GeoDate tdelta)
tstart - first timetend - last timepublic SoTRange.GeoDate(TimeRange trange)
| Method Detail |
public SoTValue getStart()
getStart in class SoTRangepublic void setStart(SoTValue value)
setStart in class SoTRangepublic SoTValue getEnd()
getEnd in class SoTRangepublic void setEnd(SoTValue value)
setEnd in class SoTRangepublic SoTValue getDelta()
getDelta in class SoTRangepublic void setDelta(SoTValue value)
setDelta in class SoTRangepublic java.lang.Object getStartObject()
getStartObject in class SoTRangepublic java.lang.Object getEndObject()
getEndObject in class SoTRangepublic java.lang.Object getDeltaObject()
getDeltaObject in class SoTRangepublic void add(SoTRange tr)
TimeRange object to this
TimeRange. The resulting TimeRange is
the smallest TimeRange that contains both the
origial TimeRange and the specified
TimeRange.
add in class SoTRangepublic boolean equals(SoTRange tr)
equals in class SoTRangepublic boolean isTime()
SoTRange is temporal.
isTime in class SoTRangepublic void flipStartAndEnd()
flipStartAndEnd in class SoTRangepublic java.lang.String toString()
toString in class SoTRangepublic SoTRange copy()
SoTRange.
copy in class SoTRangepublic boolean isStartOrEndMissing()
isStartOrEndMissing in class SoTRange
|
SGT Home | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||