Package ucar.nc2.ft.point.standard
Class JoinArray
- java.lang.Object
-
- ucar.nc2.ft.point.standard.JoinArray
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JoinArray.Type
-
Constructor Summary
Constructors Constructor Description JoinArray(VariableDS v, JoinArray.Type type, int param)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VariableDS
findVariable(String varName)
Find the Variable of the given name in the joined table.Variable
getExtraVariable()
StructureData
getJoinData(Cursor cursor)
Get 'join' data to be added to the row.String
toString()
-
-
-
Constructor Detail
-
JoinArray
public JoinArray(VariableDS v, JoinArray.Type type, int param)
Constructor.- Parameters:
v
- get data from this Variabletype
- how to use the parameterparam
- optional parameter
-
-
Method Detail
-
getExtraVariable
public Variable getExtraVariable()
- Specified by:
getExtraVariable
in interfaceJoin
-
getJoinData
public StructureData getJoinData(Cursor cursor)
Description copied from interface:Join
Get 'join' data to be added to the row.- Specified by:
getJoinData
in interfaceJoin
- Parameters:
cursor
- the state of the iteration- Returns:
- extra data to be added to the row
-
findVariable
public VariableDS findVariable(String varName)
Description copied from interface:Join
Find the Variable of the given name in the joined table.- Specified by:
findVariable
in interfaceJoin
- Parameters:
varName
- find this Variable- Returns:
- the named Variable, or null
-
-