| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.geotools.data.JoiningAttributeReader
Attribute Reader that joins.
| Constructor Summary | |
| JoiningAttributeReader(AttributeReader[] readers)Creates a new instance of JoiningAttributeReader | |
| Method Summary | |
|  void | close()Release any resources associated with this reader | 
|  int | getAttributeCount()The number of attributes this reader can read, i.e the length of a row. | 
|  AttributeType | getAttributeType(int i)Retrieve the AttributeType at the given index. | 
|  boolean | hasNext()Does another set of attributes exist in this reader? | 
|  void | next()Advance the reader to the next set of attributes. | 
|  java.lang.Object | read(int idx)Read the attribute at the given index. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public JoiningAttributeReader(AttributeReader[] readers)
readers - Readers to join| Method Detail | 
public void close()
           throws java.io.IOException
AttributeReader
close in interface AttributeReaderjava.io.IOException
public boolean hasNext()
                throws java.io.IOException
AttributeReader
hasNext in interface AttributeReadertrue if additional content exists for
         AttributeReader
java.io.IOException
public void next()
          throws java.io.IOException
AttributeReader
next in interface AttributeReaderjava.io.IOException
public java.lang.Object read(int idx)
                      throws java.io.IOException
AttributeReader
read in interface AttributeReaderjava.io.IOExceptionpublic int getAttributeCount()
AttributeReader
getAttributeCount in interface AttributeReaderpublic AttributeType getAttributeType(int i)
AttributeReader
getAttributeType in interface AttributeReader| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||