| Modifier and Type | Class and Description |
|---|---|
static class |
JoinArray.Type |
| Constructor and Description |
|---|
JoinArray(VariableDS v,
JoinArray.Type type,
int param)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
VariableDS |
findVariable(String varName)
Find the Variable of the given name in the joined table.
|
StructureData |
getJoinData(Cursor cursor)
Get 'join' data to be added to the row.
|
String |
toString() |
public JoinArray(VariableDS v, JoinArray.Type type, int param)
v - get data from this Variabletype - how to use the parameterparam - optional parameterpublic StructureData getJoinData(Cursor cursor)
JoingetJoinData in interface Joincursor - the state of the iterationpublic VariableDS findVariable(String varName)
JoinfindVariable in interface JoinvarName - find this VariableCopyright © 1999–2014 UCAR/Unidata. All rights reserved.