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 classJoinArray.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 VariableDSfindVariable(String varName)Find the Variable of the given name in the joined table.VariablegetExtraVariable()StructureDatagetJoinData(Cursor cursor)Get 'join' data to be added to the row.StringtoString()
-
-
-
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:
getExtraVariablein interfaceJoin
-
getJoinData
public StructureData getJoinData(Cursor cursor)
Description copied from interface:JoinGet 'join' data to be added to the row.- Specified by:
getJoinDatain 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:JoinFind the Variable of the given name in the joined table.- Specified by:
findVariablein interfaceJoin- Parameters:
varName- find this Variable- Returns:
- the named Variable, or null
-
-