ucar.unidata.idv.flythrough
Class SampleInfo

java.lang.Object
  extended by ucar.unidata.idv.flythrough.SampleInfo

public class SampleInfo
extends Object

Author:
IDV development team

Constructor Summary
SampleInfo(String name, Unit unit, Range range)
          _more_
 
Method Summary
 void add(Real r, EarthLocation loc)
          _more_
 boolean equals(Object o)
          _more_
 List<EarthLocation> getLocations()
          Get the Locations property.
 String getName()
          Get the Name property.
 Range getRange()
          Get the Range property.
 org.jfree.data.xy.XYSeries getSeries()
          Get the Series property.
 Unit getUnit()
          Get the Unit property.
 List<Real> getValues()
          Get the Values property.
 int hashCode()
          _more_
 void setLocations(List<EarthLocation> value)
          Set the Locations property.
 void setName(String value)
          Set the Name property.
 void setRange(Range value)
          Set the Range property.
 void setSeries(org.jfree.data.xy.XYSeries value)
          Set the Series property.
 void setUnit(Unit value)
          Set the Unit property.
 void setValues(List<Real> value)
          Set the Values property.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleInfo

public SampleInfo(String name,
                  Unit unit,
                  Range range)
_more_

Parameters:
name - _more_
unit - _more_
range - _more_
Method Detail

add

public void add(Real r,
                EarthLocation loc)
         throws VisADException
_more_

Parameters:
r - _more_
loc - _more_
Throws:
VisADException - _more_

equals

public boolean equals(Object o)
_more_

Overrides:
equals in class Object
Parameters:
o - _more_
Returns:
_more_

hashCode

public int hashCode()
_more_

Overrides:
hashCode in class Object
Returns:
_more_

setUnit

public void setUnit(Unit value)
Set the Unit property.

Parameters:
value - The new value for Unit

getUnit

public Unit getUnit()
Get the Unit property.

Returns:
The Unit

setName

public void setName(String value)
Set the Name property.

Parameters:
value - The new value for Name

getName

public String getName()
Get the Name property.

Returns:
The Name

setValues

public void setValues(List<Real> value)
Set the Values property.

Parameters:
value - The new value for Values

getValues

public List<Real> getValues()
Get the Values property.

Returns:
The Values

setLocations

public void setLocations(List<EarthLocation> value)
Set the Locations property.

Parameters:
value - The new value for Locations

getLocations

public List<EarthLocation> getLocations()
Get the Locations property.

Returns:
The Locations

setRange

public void setRange(Range value)
Set the Range property.

Parameters:
value - The new value for Range

getRange

public Range getRange()
Get the Range property.

Returns:
The Range

setSeries

public void setSeries(org.jfree.data.xy.XYSeries value)
Set the Series property.

Parameters:
value - The new value for Series

getSeries

public org.jfree.data.xy.XYSeries getSeries()
Get the Series property.

Returns:
The Series