public static class FeatureCollectionConfig.GribConfig extends Object
Modifier and Type | Field and Description |
---|---|
String |
bestNamer |
Set<FeatureCollectionConfig.GribDatasetType> |
datasets |
Boolean |
filesSortIncreasing |
Map<Integer,Integer> |
gdsHash |
Map<Integer,String> |
gdsNamer |
String |
groupNamer |
FeatureCollectionConfig.GribIntvFilter |
intvFilter |
String |
latestNamer |
String |
lookupTablePath |
org.jdom2.Element |
paramTable |
String |
paramTablePath |
Map<String,Boolean> |
pdsHash |
Constructor and Description |
---|
GribConfig() |
Modifier and Type | Method and Description |
---|---|
void |
addDatasetType(String datasetTypes) |
void |
addGdsHash(String fromS,
String toS) |
void |
addGdsName(String hashS,
String name) |
void |
addTimeUnitConvert(String fromS,
String toS) |
void |
configFromXml(org.jdom2.Element configElem,
org.jdom2.Namespace ns) |
Object |
getIospMessage() |
TimeUnitConverter |
getTimeUnitConverter() |
boolean |
hasDatasetType(FeatureCollectionConfig.GribDatasetType type) |
String |
toString() |
public Set<FeatureCollectionConfig.GribDatasetType> datasets
public String groupNamer
public String lookupTablePath
public String paramTablePath
public String latestNamer
public String bestNamer
public org.jdom2.Element paramTable
public Boolean filesSortIncreasing
public FeatureCollectionConfig.GribIntvFilter intvFilter
public TimeUnitConverter getTimeUnitConverter()
public void configFromXml(org.jdom2.Element configElem, org.jdom2.Namespace ns)
public void addDatasetType(String datasetTypes)
public boolean hasDatasetType(FeatureCollectionConfig.GribDatasetType type)
public Object getIospMessage()
Copyright © 1999–2014 UCAR/Unidata. All rights reserved.