@Deprecated public class NcmlConstructor extends Object
| Constructor and Description |
|---|
NcmlConstructor()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Formatter |
getErrlog()
Deprecated.
|
boolean |
populate(InputStream ncml,
NetcdfFile target)
Deprecated.
|
boolean |
populate(String ncml,
NetcdfFile target)
Deprecated.
|
boolean |
populateFromResource(String resourceLocation,
NetcdfFile target)
Deprecated.
|
public Formatter getErrlog()
public boolean populateFromResource(String resourceLocation, NetcdfFile target) throws IOException
resourceLocation - eg "resources/nj22/iosp/ghcnm.ncml"target - populate this fileIOException - on errorpublic boolean populate(String ncml, NetcdfFile target) throws IOException
IOExceptionpublic boolean populate(InputStream ncml, NetcdfFile target) throws IOException
IOException