Uses of Class
edu.wisc.ssec.mcidasv.data.hydra.HydraContext
Packages that use HydraContext
Package
Description
McIDAS-V specific data choosers.
-
Uses of HydraContext in edu.wisc.ssec.mcidasv.data
Fields in edu.wisc.ssec.mcidasv.data declared as HydraContext -
Uses of HydraContext in edu.wisc.ssec.mcidasv.data.hydra
Fields in edu.wisc.ssec.mcidasv.data.hydra declared as HydraContextFields in edu.wisc.ssec.mcidasv.data.hydra with type parameters of type HydraContextModifier and TypeFieldDescriptionprivate static HashMap<DataSource, HashMap<DataCategory, HydraContext>> HydraContext.contextMapprivate static HashMap<DataCategory, HydraContext> HydraContext.dataCategoryToContextMapprivate static HashMap<DataChoice, HydraContext> HydraContext.dataChoiceToContextMapprivate static HashMap<DataSource, HydraContext> HydraContext.dataSourceToContextMapMethods in edu.wisc.ssec.mcidasv.data.hydra that return HydraContextModifier and TypeMethodDescriptionstatic HydraContextHydraContext.getHydraContext()static HydraContextHydraContext.getHydraContext(DataCategory choice) static HydraContextHydraContext.getHydraContext(DataChoice choice) static HydraContextHydraContext.getHydraContext(DataSource source) static HydraContextHydraContext.getHydraContext(DataSource source, DataCategory dataCategory)