public abstract class PointObsDatatypeImpl extends Object implements PointObsDatatype, Comparable
| Modifier and Type | Field and Description |
|---|---|
protected EarthLocation |
location |
protected double |
nomTime |
protected double |
obsTime |
| Constructor and Description |
|---|
PointObsDatatypeImpl() |
PointObsDatatypeImpl(EarthLocation location,
double obsTime,
double nomTime) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
EarthLocation |
getLocation()
Location of the observation
|
double |
getNominalTime()
Nominal time of the observation.
|
double |
getObservationTime()
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(Object o)
compareTo in interface ComparableCopyright © 1999–2013 UCAR/Unidata. All rights reserved.