|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectucar.nc2.ft.point.standard.JoinParentIndex
public class JoinParentIndex
Join data from a row of a Structure, whose index is passed in as the value of a member variable of the leaf StructureData (cursor.table[0]).
| Constructor Summary | |
|---|---|
JoinParentIndex(StructureDS parentStructure,
String parentIndex)
Constructor. |
|
| Method Summary | |
|---|---|
VariableDS |
findVariable(String axisName)
Find the Variable of the given name in the joined table. |
StructureData |
getJoinData(Cursor cursor)
Get 'join' data to be added to the row. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JoinParentIndex(StructureDS parentStructure,
String parentIndex)
parentStructure - get data from this StructureparentIndex - name of member variable in leaf StructureData| Method Detail |
|---|
public StructureData getJoinData(Cursor cursor)
Join
getJoinData in interface Joincursor - the state of the iteration
public VariableDS findVariable(String axisName)
Join
findVariable in interface JoinaxisName - find this Variable
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||