Package ucar.nc2.write
Class CDLWriter
java.lang.Object
ucar.nc2.write.CDLWriter
Common Data Language (CDL) writer.
- See Also:
-
- "https://www.unidata.ucar.edu/software/netcdf/docs/netcdf_utilities_guide.html#cdl_guide"
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidwriteCDL(NetcdfFile ncfile, PrintStream out, boolean strict) Deprecated.do not usestatic voidwriteCDL(NetcdfFile ncfile, Writer out, boolean strict) Deprecated.do not usestatic voidwriteCDL(NetcdfFile ncfile, Formatter out, boolean strict, String nameOverride) Write CDL to a Formatter
-
Method Details
-
writeCDL
Deprecated.do not useWrite CDL to a PrintStream. -
writeCDL
Deprecated.do not useWrite CDL to a Writer (legacy) -
writeCDL
public static void writeCDL(NetcdfFile ncfile, Formatter out, boolean strict, @Nullable String nameOverride) Write CDL to a Formatter
-