| Modifier and Type | Field and Description |
|---|---|
protected StringBuffer |
buffer |
protected static String |
CLOSE_MESG |
protected int |
index |
| Constructor and Description |
|---|
DefaultFIDReader(SimpleFeatureType featureType) |
DefaultFIDReader(String typeName) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Release any resources associated with this reader
|
boolean |
hasNext()
Does another set of attributes exist in this reader?
|
String |
next()
Read the attribute at the given index.
|
protected static final String CLOSE_MESG
protected int index
protected StringBuffer buffer
public DefaultFIDReader(String typeName)
public DefaultFIDReader(SimpleFeatureType featureType)
public void close()
public boolean hasNext()
throws IOException
hasNext in interface FIDReadertrue if more attributes existIOException - If closedpublic String next() throws IOException
next in interface FIDReaderIOException - If closedCopyright © 1996–2019 Geotools. All rights reserved.