protected class NavigatedDisplay.VerticalMapSet extends ScalarMapSet
Modifier | Constructor and Description |
---|---|
protected |
VerticalMapSet() |
Modifier and Type | Method and Description |
---|---|
void |
setVerticalRange(double min,
double max)
Set the vertical range on all the scalar maps
|
void |
setVerticalUnit(visad.Unit newUnit)
Set the vertical unit on all the scalar maps
|
public void setVerticalUnit(visad.Unit newUnit) throws visad.VisADException, java.rmi.RemoteException
newUnit
- new unit for ScalarMap. Must be meter orjava.rmi.RemoteException
- Java RMI problemvisad.VisADException
- Problem setting unitpublic void setVerticalRange(double min, double max) throws visad.VisADException, java.rmi.RemoteException
min
- min range valuemax
- max range valuejava.rmi.RemoteException
- Java RMI problemvisad.VisADException
- Problem setting unit