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, waitgetData, getNominalTimeAsDate, getObservationTimeAsDateprotected EarthLocation location
protected double obsTime
protected double nomTime
public PointObsDatatypeImpl()
public PointObsDatatypeImpl(EarthLocation location, double obsTime, double nomTime)
public EarthLocation getLocation()
PointObsDatatypegetLocation in interface PointObsDatatypepublic double getNominalTime()
PointObsDatatypegetNominalTime in interface PointObsDatatypepublic double getObservationTime()
PointObsDatatypegetObservationTime in interface PointObsDatatypepublic int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparable