Class NetCDFCFParser
Object
NetCDFCFParser
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
Modifier and TypeMethodDescriptionbooleanhasAliasId(String id) booleanhasEntryId(String id) static NetCDFCFParserunmarshallXml(File file) Create aNetCDFCFParserinstance for the specified file.
-
Method Details
-
hasEntryId
-
hasAliasId
-
getEntry
-
getEntryIds
-
getEntryFromAlias
-
unmarshallXml
Create aNetCDFCFParserinstance for the specified file.- Throws:
JAXBException
-