public class NetcdfCopier
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static NetcdfCopier |
create(NetcdfFile fileIn,
NetcdfFormatWriter.Builder ncwriter) |
static void |
setDebugFlags(DebugFlags debugFlags) |
NetcdfFile |
write(CancelTask cancel)
Write the input file to the output file.
|
public static NetcdfCopier create(NetcdfFile fileIn, NetcdfFormatWriter.Builder ncwriter)
public static void setDebugFlags(DebugFlags debugFlags)
public NetcdfFile write(@Nullable CancelTask cancel) throws java.io.IOException
cancel
- allow user to cancel; may be null.java.io.IOException