|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.noaa.pmel.util.SoTRange
gov.noaa.pmel.util.SoTRange.GeoDate
SoTRange.Time
public static class SoTRange.GeoDate
Inner class for SoTRange
for type
GeoDate
.
Nested Class Summary |
---|
Nested classes/interfaces 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 |
---|
clone, equals, finalize, 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 timepublic SoTRange.GeoDate(GeoDate tstart, GeoDate tend, GeoDate tdelta)
tstart
- first timetend
- last timedelta
- time incrementpublic SoTRange.GeoDate(TimeRange trange)
Method Detail |
---|
public SoTValue getStart()
getStart
in class SoTRange
public void setStart(SoTValue value)
setStart
in class SoTRange
public SoTValue getEnd()
getEnd
in class SoTRange
public void setEnd(SoTValue value)
setEnd
in class SoTRange
public SoTValue getDelta()
getDelta
in class SoTRange
public void setDelta(SoTValue value)
setDelta
in class SoTRange
public java.lang.Object getStartObject()
getStartObject
in class SoTRange
public java.lang.Object getEndObject()
getEndObject
in class SoTRange
public java.lang.Object getDeltaObject()
getDeltaObject
in class SoTRange
public 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 SoTRange
public boolean equals(SoTRange tr)
equals
in class SoTRange
public boolean isTime()
SoTRange
is temporal.
isTime
in class SoTRange
public void flipStartAndEnd()
flipStartAndEnd
in class SoTRange
public java.lang.String toString()
toString
in class SoTRange
public SoTRange copy()
SoTRange
.
copy
in class SoTRange
public boolean isStartOrEndMissing()
isStartOrEndMissing
in class SoTRange
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |