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