Package thredds.featurecollection
Class FeatureCollectionConfig.GribConfig
- java.lang.Object
-
- thredds.featurecollection.FeatureCollectionConfig.GribConfig
-
- Enclosing class:
- FeatureCollectionConfig
public static class FeatureCollectionConfig.GribConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description String
bestNamer
Set<FeatureCollectionConfig.GribDatasetType>
datasets
Map<Integer,Integer>
gdsHash
Map<Integer,String>
gdsNamer
FeatureCollectionConfig.GribIntvFilter
intvFilter
boolean
intvMerge
String
latestNamer
String
lookupTablePath
org.jdom2.Element
paramTable
String
paramTablePath
FeatureCollectionConfig.TimeUnitConverterHash
tuc
boolean
unionRuntimeCoord
boolean
useCenter
boolean
useGenType
CalendarPeriod
userTimeUnit
boolean
useTableVersion
-
Constructor Summary
Constructors Constructor Description GribConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
TimeUnitConverter
getTimeUnitConverter()
boolean
hasDatasetType(FeatureCollectionConfig.GribDatasetType type)
void
setExcludeZero(boolean val)
void
setIntervalLength(int intvLength, String varId)
boolean
setOption(String name, String value)
void
setUserTimeUnit(String value)
void
setUseTableVersion(boolean val)
void
show(Formatter f)
String
toString()
-
-
-
Field Detail
-
useGenType
public boolean useGenType
-
useTableVersion
public boolean useTableVersion
-
intvMerge
public boolean intvMerge
-
useCenter
public boolean useCenter
-
unionRuntimeCoord
public boolean unionRuntimeCoord
-
intvFilter
public FeatureCollectionConfig.GribIntvFilter intvFilter
-
tuc
public FeatureCollectionConfig.TimeUnitConverterHash tuc
-
userTimeUnit
public CalendarPeriod userTimeUnit
-
latestNamer
public String latestNamer
-
bestNamer
public String bestNamer
-
datasets
public Set<FeatureCollectionConfig.GribDatasetType> datasets
-
lookupTablePath
public String lookupTablePath
-
paramTablePath
public String paramTablePath
-
paramTable
public org.jdom2.Element paramTable
-
-
Method Detail
-
getTimeUnitConverter
public TimeUnitConverter getTimeUnitConverter()
-
configFromXml
public void configFromXml(org.jdom2.Element configElem, org.jdom2.Namespace ns)
-
setUserTimeUnit
public void setUserTimeUnit(String value)
-
setExcludeZero
public void setExcludeZero(boolean val)
-
setUseTableVersion
public void setUseTableVersion(boolean val)
-
setIntervalLength
public void setIntervalLength(int intvLength, String varId)
-
addDatasetType
public void addDatasetType(String datasetTypes)
-
hasDatasetType
public boolean hasDatasetType(FeatureCollectionConfig.GribDatasetType type)
-
show
public void show(Formatter f)
-
getIospMessage
public Object getIospMessage()
-
convertGdsHash
public int convertGdsHash(int hashcode)
-
-