Class NetCDFCFParser
- Object
-
- NetCDFCFParser
-
public class NetCDFCFParser extends Object
A NetCDF CF (ClimateForecast) parser.It can be used to load from a standard name table (XML) all the available CF compliant standard names and the related information, such as canonical units, descriptions and alias.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description EntrygetEntry(String id)EntrygetEntryFromAlias(String id)Set<String>getEntryIds()booleanhasAliasId(String id)booleanhasEntryId(String id)static NetCDFCFParserunmarshallXml(File file)Create aNetCDFCFParserinstance for the specified file.
-
-
-
Method Detail
-
hasEntryId
public boolean hasEntryId(String id)
-
hasAliasId
public boolean hasAliasId(String id)
-
unmarshallXml
public static NetCDFCFParser unmarshallXml(File file) throws JAXBException
Create aNetCDFCFParserinstance for the specified file.- Throws:
JAXBException
-
-