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
ArrayIndexOutOfBoundsException
void close() throws IOException
IOException
boolean hasNext() throws IOException
true
if additional content exists for AttributeReaderIOException
void next() throws IOException
IOException
Object read(int index) throws IOException, ArrayIndexOutOfBoundsException
IOException
ArrayIndexOutOfBoundsException
Copyright © 1996–2023 Geotools. All rights reserved.