public class SetOfConstantMaps extends ConstantMapComposite
ConstantMaps.Visitor
CONSTANT_MAP
Constructor and Description |
---|
SetOfConstantMaps()
Constructs.
|
SetOfConstantMaps(ConstantMaps maps)
Constructs.
|
Modifier and Type | Method and Description |
---|---|
void |
add(ConstantMaps maps)
Adds adapted,
ConstantMap s to this instance. |
accept, addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, getConstantMaps, remove, removePropertyChangeListener, removePropertyChangeListener, setDisplay
public SetOfConstantMaps()
public SetOfConstantMaps(ConstantMaps maps) throws visad.BadMappingException, visad.VisADException, java.rmi.RemoteException
maps
- The adapted, ConstantMaps
to initially
comprise this instance.visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.visad.BadMappingException
- if addition of the ConstantMaps
would
result in multiple values for a DisplayRealType
.public void add(ConstantMaps maps) throws visad.BadMappingException, visad.VisADException, java.rmi.RemoteException
ConstantMap
s to this instance.add
in class ConstantMapComposite
maps
- The adapted, ConstantMap
s to be
added to this instance.visad.BadMappingException
- Addition of the ConstantMap
s would
result is a DisplayRealType
having
multiple values.visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.