|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.nc2.ft.point.standard.JoinMuiltdimStructure
public class JoinMuiltdimStructure
Join data from a row of a Structure, whose index is passed in as recnum[0] / dimLen
| Constructor Summary | |
|---|---|
JoinMuiltdimStructure(Structure parentStructure,
int dimLength)
Constructor. |
|
| Method Summary | |
|---|---|
Variable |
findVariable(java.lang.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. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JoinMuiltdimStructure(Structure parentStructure,
int dimLength)
parentStructure - get data from this StructuredimLength - structure index is recnum % dimlength| Method Detail |
|---|
public StructureData getJoinData(Cursor cursor)
Join
getJoinData in interface Joincursor - the state of the iteration
public Variable findVariable(java.lang.String axisName)
Join
findVariable in interface JoinaxisName - find this Variable
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||