Package ucar.nc2.ncml
Class NcMLGWriter
- java.lang.Object
-
- ucar.nc2.ncml.NcMLGWriter
-
@Deprecated public class NcMLGWriter extends Object
Deprecated.do not useHelper class to write NcML-G.
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringschemaLocationDeprecated.
-
Constructor Summary
Constructors Constructor Description NcMLGWriter()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidwriteXML(NetcdfDataset ncd, OutputStream os, boolean showCoords, String uri)Deprecated.Write a NetcdfDataset as an NcML-G document to the specified stream.
-
-
-
Field Detail
-
schemaLocation
protected static final String schemaLocation
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
writeXML
public void writeXML(NetcdfDataset ncd, OutputStream os, boolean showCoords, String uri) throws IOException
Deprecated.Write a NetcdfDataset as an NcML-G document to the specified stream.- Parameters:
ncd- write this dataset; should have opened with "add coordinates".os- write to this OutputStreamshowCoords- show 1D coordinate valuesuri- use this url, if null use getLocation()- Throws:
IOException- on io error
-
-