public interface AttributeReader
AttributeAcceptor| Modifier and Type | Method and Description |
|---|---|
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.
|
AttributeDescriptor |
getAttributeType(int index)
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.
|
Object |
read(int index)
Read the attribute at the given index.
|
int getAttributeCount()
AttributeDescriptor getAttributeType(int index) throws ArrayIndexOutOfBoundsException
ArrayIndexOutOfBoundsExceptionvoid close()
throws IOException
IOExceptionboolean hasNext()
throws IOException
true if additional content exists for AttributeReaderIOExceptionvoid next() throws IOException
IOExceptionObject read(int index) throws IOException, ArrayIndexOutOfBoundsException
IOExceptionArrayIndexOutOfBoundsExceptionCopyright © 1996–2019 Geotools. All rights reserved.