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