Package ucar.unidata.view.geoloc
Class NavigatedDisplay.VerticalMapSet
java.lang.Object
ucar.visad.display.ScalarMapSet
ucar.unidata.view.geoloc.NavigatedDisplay.VerticalMapSet
- Enclosing class:
NavigatedDisplay
A specialized ScalarMapSet for the set of Vertical maps
- Version:
- $Revision: 1.100 $
- Author:
- IDV Development Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setVerticalRange
(double min, double max) Set the vertical range on all the scalar mapsvoid
setVerticalUnit
(Unit newUnit) Set the vertical unit on all the scalar maps
-
Constructor Details
-
VerticalMapSet
protected VerticalMapSet()
-
-
Method Details
-
setVerticalUnit
Set the vertical unit on all the scalar maps- Parameters:
newUnit
- new unit for ScalarMap. Must be meter or- Throws:
RemoteException
- Java RMI problemVisADException
- Problem setting unit
-
setVerticalRange
Set the vertical range on all the scalar maps- Parameters:
min
- min range valuemax
- max range value- Throws:
RemoteException
- Java RMI problemVisADException
- Problem setting unit
-