public static class FeatureCollectionConfig.GribConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
bestNamer |
Set<FeatureCollectionConfig.GribDatasetType> |
datasets |
Boolean |
filesSortIncreasing |
Map<Integer,String> |
gdsNamer |
FeatureCollectionConfig.GribIntvFilter |
intvFilter |
String |
latestNamer |
String |
lookupTablePath |
Map<String,String> |
params |
org.jdom2.Element |
paramTable |
String |
paramTablePath |
Map<String,Boolean> |
pdsHash |
| Constructor and Description |
|---|
FeatureCollectionConfig.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) |
int |
convertGdsHash(int hashcode) |
Object |
getIospMessage() |
String |
getParameter(String name) |
TimeUnitConverter |
getTimeUnitConverter() |
CalendarPeriod |
getUserTimeUnit() |
boolean |
hasDatasetType(FeatureCollectionConfig.GribDatasetType type) |
void |
setExcludeZero(boolean val) |
void |
setIntervalLength(int intvLength,
String varId) |
String |
toString() |
String |
toString2() |
public Set<FeatureCollectionConfig.GribDatasetType> datasets
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 setExcludeZero(boolean val)
public void setIntervalLength(int intvLength,
String varId)
public void addDatasetType(String datasetTypes)
public boolean hasDatasetType(FeatureCollectionConfig.GribDatasetType type)
public String toString2()
public Object getIospMessage()
public CalendarPeriod getUserTimeUnit()
public int convertGdsHash(int hashcode)
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.