public class NetCDFCFParser extends Object
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.
Modifier and Type | Method and 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 a
NetCDFCFParser instance for the specified file. |
public boolean hasEntryId(String id)
public boolean hasAliasId(String id)
public static NetCDFCFParser unmarshallXml(File file) throws JAXBException
NetCDFCFParser
instance for the specified file.file
- JAXBException
Copyright © 1996–2019 Geotools. All rights reserved.