ucar.nc2.ft.point.standard
Interface Join

All Known Implementing Classes:
JoinArray, JoinMuiltdimStructure, JoinParentIndex

public interface Join

An abstract way to 'join' more cols to a row


Method Summary
 Variable findVariable(java.lang.String varName)
          Find the Variable of the given name in the joined table.
 StructureData getJoinData(Cursor cursor)
          Get 'join' data to be added to the row.
 

Method Detail

getJoinData

StructureData getJoinData(Cursor cursor)
                          throws java.io.IOException
Get 'join' data to be added to the row.

Parameters:
cursor - the state of the iteration
Returns:
extra data to be added to the row
Throws:
java.io.IOException - on read error

findVariable

Variable findVariable(java.lang.String varName)
Find the Variable of the given name in the joined table.

Parameters:
varName - find this Variable
Returns:
the named Variable, or null