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 VariableDSfindVariable(String axisName)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
-
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: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 axisName)
Description copied from interface:JoinFind the Variable of the given name in the joined table.- Specified by:
findVariablein interfaceJoin- Parameters:
axisName- find this Variable- Returns:
- the named Variable, or null
-
getExtraVariable
public Variable getExtraVariable()
- Specified by:
getExtraVariablein interfaceJoin
-
-