public abstract class TupleOfConstantMaps extends ConstantMapComposite
ConstantMaps.Visitor
CONSTANT_MAP
Modifier | Constructor and Description |
---|---|
protected |
TupleOfConstantMaps()
Constructs.
|
protected |
TupleOfConstantMaps(ConstantMaps maps)
Constructs.
|
protected |
TupleOfConstantMaps(ConstantMaps[] maps)
Constructs.
|
accept, add, addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, getConstantMaps, remove, removePropertyChangeListener, removePropertyChangeListener, setDisplay
protected TupleOfConstantMaps()
protected TupleOfConstantMaps(ConstantMaps maps) throws visad.VisADException, java.rmi.RemoteException
maps
- The adapted ConstantMap
s that will
constitute this instance.visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.protected TupleOfConstantMaps(ConstantMaps[] maps) throws visad.BadMappingException, visad.VisADException, java.rmi.RemoteException
maps
- The adapted ConstantMap
s that will
constitute this instance.visad.BadMappingException
- Aggregation of the given ConstantMap
s
would result in a DisplayRealType
with
multiple values.visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.