|
||||||||||
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(StructureDS parentStructure,
int dimLength)
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 JoinMuiltdimStructure(StructureDS parentStructure, int dimLength)
parentStructure
- get data from this StructuredimLength
- structure index is recnum % dimlengthMethod Detail |
---|
public StructureData getJoinData(Cursor cursor)
Join
getJoinData
in interface Join
cursor
- the state of the iteration
public VariableDS findVariable(String axisName)
Join
findVariable
in interface Join
axisName
- 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 |