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 TypeMethodDescriptionboolean
hasAliasId
(String id) boolean
hasEntryId
(String id) static NetCDFCFParser
unmarshallXml
(File file) Create aNetCDFCFParser
instance for the specified file.
-
Method Details
-
hasEntryId
-
hasAliasId
-
getEntry
-
getEntryIds
-
getEntryFromAlias
-
unmarshallXml
Create aNetCDFCFParser
instance for the specified file.- Throws:
JAXBException
-