public class NcmlConstructor extends Object
Constructor and Description |
---|
NcmlConstructor() |
Modifier and Type | Method and Description |
---|---|
Formatter |
getErrlog() |
boolean |
populate(InputStream ncml,
NetcdfFile target) |
boolean |
populate(String ncml,
NetcdfFile target) |
boolean |
populateFromResource(String resourceLocation,
NetcdfFile target) |
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
IOException
public boolean populate(InputStream ncml, NetcdfFile target) throws IOException
IOException