ucar.unidata.view.geoloc
Class NavigatedDisplay.VerticalMapSet

java.lang.Object
  extended by ucar.visad.display.ScalarMapSet
      extended by 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

Constructor Summary
protected NavigatedDisplay.VerticalMapSet()
           
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NavigatedDisplay.VerticalMapSet

protected NavigatedDisplay.VerticalMapSet()
Method Detail

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 value
max - max range value
Throws:
RemoteException - Java RMI problem
VisADException - Problem setting unit