public abstract class FeatureFile extends Object implements Iterable<FeatureFileFeature>
Constructor and Description |
---|
FeatureFile() |
Modifier and Type | Method and Description |
---|---|
abstract void |
close()
close any connection to the underlying file
|
abstract FeatureFileFeature |
get(int index)
The ith local feature
|
abstract Iterator<FeatureFileFeature> |
iterator() |
abstract int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public FeatureFile()
public abstract Iterator<FeatureFileFeature> iterator()
iterator
in interface Iterable<FeatureFileFeature>
public abstract int size()
public abstract FeatureFileFeature get(int index)
index
- public abstract void close()