Package ucar.nc2.ft.point.standard
Class JoinMuiltdimStructure
- java.lang.Object
-
- ucar.nc2.ft.point.standard.JoinMuiltdimStructure
-
-
Constructor Summary
Constructors Constructor Description JoinMuiltdimStructure(StructureDS parentStructure, int dimLength)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
-
JoinMuiltdimStructure
public JoinMuiltdimStructure(StructureDS parentStructure, int dimLength)
Constructor.- Parameters:
parentStructure- get data from this StructuredimLength- structure index is recnum % dimlength
-
-
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
-
-