ucar.unidata.view.geoloc
Class NavigatedDisplay.VerticalMapSet
java.lang.Object
ucar.visad.display.ScalarMapSet
ucar.unidata.view.geoloc.NavigatedDisplay.VerticalMapSet
- Enclosing class:
- NavigatedDisplay
protected class NavigatedDisplay.VerticalMapSet
- extends ScalarMapSet
A specialized ScalarMapSet for the set of Vertical maps
- Version:
- $Revision: 1.100 $
- Author:
- IDV Development Team
|
Method Summary |
void |
setVerticalRange(double min,
double max)
Set the vertical range on all the scalar maps |
void |
setVerticalUnit(Unit newUnit)
Set the vertical unit on all the scalar maps |
| Methods inherited from class ucar.visad.display.ScalarMapSet |
add, add, add, clear, combine, equals, get, hashCode, iterator, remove, remove, removeAll, size, toString |
NavigatedDisplay.VerticalMapSet
protected NavigatedDisplay.VerticalMapSet()
setVerticalUnit
public void setVerticalUnit(Unit newUnit)
throws VisADException,
RemoteException
- Set the vertical unit on all the scalar maps
- Parameters:
newUnit - new unit for ScalarMap. Must be meter or
- Throws:
RemoteException - Java RMI problem
VisADException - Problem setting unit
setVerticalRange
public void setVerticalRange(double min,
double max)
throws VisADException,
RemoteException
- Set the vertical range on all the scalar maps
- Parameters:
min - min range valuemax - max range value
- Throws:
RemoteException - Java RMI problem
VisADException - Problem setting unit