ucar.nc2.ft.point.standard
Class Join
java.lang.Object
ucar.nc2.ft.point.standard.Join
- All Implemented Interfaces:
- java.lang.Comparable<Join>
public class Join
- extends java.lang.Object
- implements java.lang.Comparable<Join>
- Since:
- Apr 21, 2008
- Author:
- caron
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
config
protected TableConfig.JoinConfig config
parent
protected NestedTable.Table parent
child
protected NestedTable.Table child
Join
public Join(TableConfig.JoinConfig config)
setTables
public void setTables(NestedTable.Table parent,
NestedTable.Table child)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
compareTo
public int compareTo(Join o)
- Specified by:
compareTo in interface java.lang.Comparable<Join>
getStructureDataIterator
public StructureDataIterator getStructureDataIterator(StructureData parentStruct,
int bufferSize)
throws java.io.IOException
- Throws:
java.io.IOException