org.wdssii.polarmerger
Class Observation

java.lang.Object
  extended by org.wdssii.polarmerger.Observation

public class Observation
extends Object

Observation at a particular grid point

Author:
lakshman

Nested Class Summary
static class Observation.PositionOrderComparator
           
 
Field Summary
private  int azIndex
           
private  int eIndex
           
private  int rnIndex
           
private  Date time
           
private  float value
           
 
Constructor Summary
Observation(int index, int azIndex, int rnIndex, float value, Date time)
           
 
Method Summary
protected  int getAzIndex()
           
protected  int getEIndex()
           
protected  int getRnIndex()
           
protected  Date getTime()
           
protected  float getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eIndex

private int eIndex

azIndex

private int azIndex

rnIndex

private int rnIndex

value

private float value

time

private Date time
Constructor Detail

Observation

public Observation(int index,
                   int azIndex,
                   int rnIndex,
                   float value,
                   Date time)
Method Detail

getAzIndex

protected int getAzIndex()

getEIndex

protected int getEIndex()

getRnIndex

protected int getRnIndex()

getTime

protected Date getTime()

getValue

protected float getValue()