gov.noaa.pmel.util
Class SoTRange.GeoDate

java.lang.Object
  extended by gov.noaa.pmel.util.SoTRange
      extended by gov.noaa.pmel.util.SoTRange.GeoDate
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Enclosing class:
SoTRange

Deprecated. As of sgt 3.0, replaced by SoTRange.Time

public static class SoTRange.GeoDate
extends SoTRange

Inner class for SoTRange for type GeoDate.

Since:
sgt 2.0
See Also:
Serialized Form

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

start

public GeoDate start
Deprecated. 
The range's first time


end

public GeoDate end
Deprecated. 
The range's last time


delta

public GeoDate delta
Deprecated. 
The range's time increment

Constructor Detail

SoTRange.GeoDate

public SoTRange.GeoDate()
Deprecated. 
the Default constructor


SoTRange.GeoDate

public SoTRange.GeoDate(GeoDate tstart,
                        GeoDate tend)
Deprecated. 
Constructor

Parameters:
tstart - first time
tend - last time

SoTRange.GeoDate

public SoTRange.GeoDate(GeoDate tstart,
                        GeoDate tend,
                        GeoDate tdelta)
Deprecated. 
Constructor

Parameters:
tstart - first time
tend - last time
delta - time increment

SoTRange.GeoDate

public SoTRange.GeoDate(TimeRange trange)
Deprecated. use SoTRange

Method Detail

getStart

public SoTValue getStart()
Deprecated. 
Get start value

Specified by:
getStart in class SoTRange

setStart

public void setStart(SoTValue value)
Deprecated. 
Specified by:
setStart in class SoTRange

getEnd

public SoTValue getEnd()
Deprecated. 
Get end value

Specified by:
getEnd in class SoTRange

setEnd

public void setEnd(SoTValue value)
Deprecated. 
Specified by:
setEnd in class SoTRange

getDelta

public SoTValue getDelta()
Deprecated. 
Get delta value

Specified by:
getDelta in class SoTRange

setDelta

public void setDelta(SoTValue value)
Deprecated. 
Specified by:
setDelta in class SoTRange

getStartObject

public java.lang.Object getStartObject()
Deprecated. 
Specified by:
getStartObject in class SoTRange

getEndObject

public java.lang.Object getEndObject()
Deprecated. 
Specified by:
getEndObject in class SoTRange

getDeltaObject

public java.lang.Object getDeltaObject()
Deprecated. 
Specified by:
getDeltaObject in class SoTRange

add

public void add(SoTRange tr)
Deprecated. 
Adds the TimeRange object to this TimeRange. The resulting TimeRange is the smallest TimeRange that contains both the origial TimeRange and the specified TimeRange.

Specified by:
add in class SoTRange

equals

public boolean equals(SoTRange tr)
Deprecated. 
Test for equality. For equality start, end, and delta must all be equal.

Specified by:
equals in class SoTRange

isTime

public boolean isTime()
Deprecated. 
Test if SoTRange is temporal.

Specified by:
isTime in class SoTRange

flipStartAndEnd

public void flipStartAndEnd()
Deprecated. 
Exchange start and end values

Specified by:
flipStartAndEnd in class SoTRange

toString

public java.lang.String toString()
Deprecated. 
Specified by:
toString in class SoTRange

copy

public SoTRange copy()
Deprecated. 
Make a copy of the SoTRange.

Specified by:
copy in class SoTRange

isStartOrEndMissing

public boolean isStartOrEndMissing()
Deprecated. 
Test if start or end is missing

Specified by:
isStartOrEndMissing in class SoTRange