Ejemplo n.º 1
0
  public Data adjustSamplingError(Data error, int error_mode)
      throws VisADException, RemoteException {
    FlatField fld = getAdaptedFlatField();
    if (fld == null) {
      throw new VisADException("Cannot get cached FlatField");
    }

    return fld.adjustSamplingError(error, error_mode);
  }