Uses of Class
org.meteoinfo.data.meteodata.Variable
-
Packages that use Variable Package Description org.meteoinfo.data.meteodata org.meteoinfo.data.meteodata.grads org.meteoinfo.data.meteodata.grib.grib2 -
-
Uses of Variable in org.meteoinfo.data.meteodata
Methods in org.meteoinfo.data.meteodata that return Variable Modifier and Type Method Description VariableDataInfo. getVariable(java.lang.String varName)Get variable by nameMethods in org.meteoinfo.data.meteodata that return types with arguments of type Variable Modifier and Type Method Description java.util.List<Variable>DataInfo. getPlottableVariables()Get plottable variablesjava.util.List<Variable>DataInfo. getVariables()Get variablesMethods in org.meteoinfo.data.meteodata with parameters of type Variable Modifier and Type Method Description voidDataInfo. addVariable(Variable var)Add a variablebooleanVariable. dimensionContains(Variable var)If the dimensions contains the diemsions of another variablebooleanVariable. dimensionEquales(Variable var)If the dimensions equales with another variablebooleanVariable. dimensionSizeEquals(Variable var)If the dimensions size equales with another variablebooleanVariable. equals(Variable aVar)Determine if two parameter are equalDimensionVariable. getLevelDimension(Variable var)Get level dimension for SWATH data variablebooleanVariable. tEquals(Variable aVar)Determine if two parameter are totally equalMethod parameters in org.meteoinfo.data.meteodata with type arguments of type Variable Modifier and Type Method Description voidDataInfo. setVariables(java.util.List<Variable> value)Set variables -
Uses of Variable in org.meteoinfo.data.meteodata.grads
Methods in org.meteoinfo.data.meteodata.grads that return types with arguments of type Variable Modifier and Type Method Description java.util.List<Variable>GrADSDataInfo. getUpperVariables()Get variable list they have upper levelsjava.util.List<Variable>VARDEFS. getVars()Get variablesMethods in org.meteoinfo.data.meteodata.grads with parameters of type Variable Modifier and Type Method Description voidVARDEFS. addVar(Variable aVar)Add varMethod parameters in org.meteoinfo.data.meteodata.grads with type arguments of type Variable Modifier and Type Method Description voidVARDEFS. setVars(java.util.List<Variable> value)Set variables -
Uses of Variable in org.meteoinfo.data.meteodata.grib.grib2
Fields in org.meteoinfo.data.meteodata.grib.grib2 declared as Variable Modifier and Type Field Description VariableGRIB2MessageIndex. parameter
-