ucar.visad.display
Class SetOfConstantMaps
java.lang.Object
ucar.visad.display.ConstantMapComposite
ucar.visad.display.SetOfConstantMaps
- All Implemented Interfaces:
- ConstantMaps, Propertied
public class SetOfConstantMaps
- extends ConstantMapComposite
Provides support for a composite of adapted VisAD ConstantMap-s with an
extensible number of components.
- Version:
- $Revision: 1.8 $
- Author:
- Steven R. Emmerson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetOfConstantMaps
public SetOfConstantMaps()
- Constructs.
SetOfConstantMaps
public SetOfConstantMaps(ConstantMaps maps)
throws BadMappingException,
VisADException,
RemoteException
- Constructs.
- Parameters:
maps - The adapted, ConstantMaps to initially
comprise this instance.
- Throws:
VisADException - VisAD failure.
RemoteException - Java RMI failure.
BadMappingException - if addition of the ConstantMaps would
result in multiple values for a DisplayRealType.
add
public void add(ConstantMaps maps)
throws BadMappingException,
VisADException,
RemoteException
- Adds adapted,
ConstantMaps to this instance.
- Overrides:
add in class ConstantMapComposite
- Parameters:
maps - The adapted, ConstantMaps to be
added to this instance.
- Throws:
BadMappingException - Addition of the ConstantMaps would
result is a DisplayRealType having
multiple values.
VisADException - VisAD failure.
RemoteException - Java RMI failure.