|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.geotools.data.JoiningAttributeWriter
Provides ...
| Constructor Summary | |
JoiningAttributeWriter(AttributeWriter[] writers)
|
|
| Method Summary | |
void |
close()
|
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()
Query whether there are other rows in the attribute writer. |
void |
next()
Advance the AttributeWriter, all calls to write will correspond to the same set of attributes until next is called again. |
void |
write(int position,
java.lang.Object attribute)
Write the given attribute value at the position indicated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JoiningAttributeWriter(AttributeWriter[] writers)
| Method Detail |
public void close()
throws java.io.IOException
close in interface AttributeWriterjava.io.IOException
public boolean hasNext()
throws java.io.IOException
AttributeWriter
hasNext in interface AttributeWriterjava.io.IOExceptionFeatureWriter.hasNext()
public void next()
throws java.io.IOException
AttributeWriter
next in interface AttributeWriterjava.io.IOException
public void write(int position,
java.lang.Object attribute)
throws java.io.IOException
AttributeWriter
write in interface AttributeWriterjava.io.IOExceptionpublic int getAttributeCount()
AttributeWriter
getAttributeCount in interface AttributeWriterpublic AttributeType getAttributeType(int i)
AttributeWriter
getAttributeType in interface AttributeWriter
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||