public interface FIDReader
An experimental method for doing FIDs. I'd like to see it and AttributeReader extend a similar
base. Perhaps BaseReader or something? And perhaps have FeatureReader We could have FIDReader implement AttributeReader, but it doesn't seem to make sense, as the
getAttributeType doesn't make much sense, as our featureID is just a string. Or we could consider
having a special FID attribute in our hierarchy.
Modifier and Type | Method and Description |
---|---|
void |
close()
Release any resources associated with this reader
|
boolean |
hasNext()
Returns whether another fid exists for this reader.
|
String |
next()
Gets the next FID from the Reader.
|
void close() throws IOException
IOException
boolean hasNext() throws IOException
true
if more content existsIOException
String next() throws IOException
IOException
Copyright © 1996–2019 Geotools. All rights reserved.