@Deprecated
public class NcMLGWriter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
schemaLocation
Deprecated.
|
Constructor and Description |
---|
NcMLGWriter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
writeXML(NetcdfDataset ncd,
java.io.OutputStream os,
boolean showCoords,
java.lang.String uri)
Deprecated.
Write a NetcdfDataset as an NcML-G document to the specified stream.
|
protected static final java.lang.String schemaLocation
public void writeXML(NetcdfDataset ncd, java.io.OutputStream os, boolean showCoords, java.lang.String uri) throws java.io.IOException
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()java.io.IOException
- on io error