public final class ParameterTable extends Object
| Constructor and Description |
|---|
ParameterTable() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addLocalParameters(String LocalParameters)
Read in local parameters
|
static void |
addParametersUser(InputStream is)
Let the user add parameters
|
static void |
addParametersUser(String UserGribTable)
Reads in the list of parameters and stores them.
|
static String |
getCategoryName(int d,
int c)
Get a description for the Category with ids id.
|
static String |
getDisciplineName(int aDis)
Get a name for the Discipline with id.
|
static GridParameter |
getParameter(int d,
int c,
int p)
Get a Parameter obj for the Parameter with ids id.
|
static GridParameter |
getParameter(int d,
int c,
int p,
int center)
Get a Local Parameter obj for the Parameter with ids id.
|
static String |
getParameterDescription(int d,
int c,
int p)
Get a description for the Parameter with ids id.
|
static String |
getParameterName(int d,
int c,
int p)
Get a Name for the Parameter with ids id.
|
static String |
getParameterUnit(int d,
int c,
int p)
Get a unit for the Parameter with ids id.
|
static void |
main(String[] args) |
public static String getDisciplineName(int aDis)
aDis - Discipline as a intpublic static String getCategoryName(int d, int c)
d - Disciplinec - Categorypublic static String getParameterName(int d, int c, int p)
d - Disciplinec - Categoryp - Parameterpublic static String getParameterUnit(int d, int c, int p)
d - Disciplinec - Categoryp - Parameterpublic static String getParameterDescription(int d, int c, int p)
d - Disciplinec - Categoryp - Parameterpublic static GridParameter getParameter(int d, int c, int p)
d - Disciplinec - Categoryp - Parameterpublic static GridParameter getParameter(int d, int c, int p, int center)
d - Disciplinec - Categoryp - Parametercenter - public static void addParametersUser(String UserGribTable) throws IOException
UserGribTable - NameIOException - on reading list user parameterspublic static void addParametersUser(InputStream is) throws IOException
is - InputStreamIOException - on readpublic static void addLocalParameters(String LocalParameters) throws IOException
LocalParameters - IOException - on readpublic static void main(String[] args)
Copyright © 1999-2013 UCAR/Unidata. All Rights Reserved.