Esempio n. 1
0
 /**
  * Removes adapted, VisAD {@link ConstantMaps}.
  *
  * @param constantMaps The adapted, VisAD {@link visad.ConstantMap}-s to be removed from this
  *     instance.
  * @throws VisADException VisAD failure.
  * @throws RemoteException Java RMI failure.
  */
 public final void remove(ConstantMaps constantMaps) throws VisADException, RemoteException {
   constantMapTable.remove(constantMaps);
 }
Esempio n. 2
0
 /**
  * Adds adapted, VisAD {@link ConstantMap}(s).
  *
  * @param constantMaps The adapted, VisAD {@link ConstantMaps} to be added to this instance.
  * @throws BadMappingException The addition of the {@link visad.ConstantMap}-s would cause a
  *     {@link visad.DisplayRealType} to have multiple values.
  * @throws VisADException VisAD failure.
  * @throws RemoteException Java RMI failure.
  */
 public final void add(ConstantMaps constantMaps)
     throws BadMappingException, VisADException, RemoteException {
   constantMapTable.add(constantMaps);
 }