org.wdssii.polarmerger
Class Observation
java.lang.Object
org.wdssii.polarmerger.Observation
public class Observation
- extends Object
Observation at a particular grid point
- Author:
- lakshman
Constructor Summary |
Observation(int index,
int azIndex,
int rnIndex,
float value,
Date time)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
eIndex
private int eIndex
azIndex
private int azIndex
rnIndex
private int rnIndex
value
private float value
time
private Date time
Observation
public Observation(int index,
int azIndex,
int rnIndex,
float value,
Date time)
getAzIndex
protected int getAzIndex()
getEIndex
protected int getEIndex()
getRnIndex
protected int getRnIndex()
getTime
protected Date getTime()
getValue
protected float getValue()