Package ucar.nc2.ft.point.standard
Class JoinParentIndex
- java.lang.Object
-
- ucar.nc2.ft.point.standard.JoinParentIndex
-
-
Constructor Summary
Constructors Constructor Description JoinParentIndex(StructureDS parentStructure, String parentIndex)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VariableDS
findVariable(String axisName)
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
-
JoinParentIndex
public JoinParentIndex(StructureDS parentStructure, String parentIndex)
Constructor.- Parameters:
parentStructure
- get data from this StructureparentIndex
- name of member variable in leaf StructureData
-
-
Method Detail
-
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 axisName)
Description copied from interface:Join
Find the Variable of the given name in the joined table.- Specified by:
findVariable
in interfaceJoin
- Parameters:
axisName
- find this Variable- Returns:
- the named Variable, or null
-
getExtraVariable
public Variable getExtraVariable()
- Specified by:
getExtraVariable
in interfaceJoin
-
-