Example #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);
 }