public abstract class PointObsDatatypeImpl extends java.lang.Object implements PointObsDatatype, java.lang.Comparable
Modifier and Type | Field and Description |
---|---|
protected EarthLocation |
location
Deprecated.
|
protected double |
nomTime
Deprecated.
|
protected double |
obsTime
Deprecated.
|
Constructor and Description |
---|
PointObsDatatypeImpl()
Deprecated.
|
PointObsDatatypeImpl(EarthLocation location,
double obsTime,
double nomTime)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(java.lang.Object o)
Deprecated.
|
EarthLocation |
getLocation()
Deprecated.
Location of the observation
|
double |
getNominalTime()
Deprecated.
Nominal time of the observation.
|
double |
getObservationTime()
Deprecated.
Actual time of the observation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getData, getNominalTimeAsDate, getObservationTimeAsDate
protected EarthLocation location
protected double obsTime
protected double nomTime
public PointObsDatatypeImpl()
public PointObsDatatypeImpl(EarthLocation location, double obsTime, double nomTime)
public EarthLocation getLocation()
PointObsDatatype
getLocation
in interface PointObsDatatype
public double getNominalTime()
PointObsDatatype
getNominalTime
in interface PointObsDatatype
public double getObservationTime()
PointObsDatatype
getObservationTime
in interface PointObsDatatype
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable