public class DBFSetProvider extends AbstractFeatureSetProvider
| Modifier and Type | Class and Description |
|---|---|
protected class |
DBFSetProvider.DBFIterator |
protected class |
DBFSetProvider.FastDBFIterator |
| Constructor and Description |
|---|
DBFSetProvider(DBFStoreProvider store,
FeatureQuery query,
FeatureType featureType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canFilter() |
boolean |
canIterateFromIndex() |
boolean |
canOrder() |
protected AbstractFeatureProviderIterator |
createFastIterator(long index)
Creates a new fast
Iterator, begginning at the specified data
index. |
protected AbstractFeatureProviderIterator |
createIterator(long index)
Creates a new
Iterator, begginning at the specified data index. |
protected void |
doDispose()
Internal implementation for the
AbstractDisposable.dispose() method, to be
implemented by child classes. |
long |
getSize() |
boolean |
isEmpty() |
fastIterator, fastIterator, getFeatureType, getQuery, getStore, iterator, iteratordispose, disposeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdisposepublic DBFSetProvider(DBFStoreProvider store, FeatureQuery query, FeatureType featureType) throws DataException
DataExceptionpublic boolean canFilter()
public boolean canIterateFromIndex()
public boolean canOrder()
public long getSize()
throws DataException
DataExceptionpublic boolean isEmpty()
throws DataException
DataExceptionprotected void doDispose()
throws BaseException
AbstractDisposableAbstractDisposable.dispose() method, to be
implemented by child classes.doDispose in class AbstractDisposableBaseExceptionAbstractDisposable.dispose()protected AbstractFeatureProviderIterator createIterator(long index) throws DataException
AbstractFeatureSetProviderIterator, begginning at the specified data index.createIterator in class AbstractFeatureSetProviderindex - the first element position to be returned by the
IteratorIteratorDataException - if there is an error creating the Iteratorprotected AbstractFeatureProviderIterator createFastIterator(long index) throws DataException
AbstractFeatureSetProviderIterator, begginning at the specified data
index. By fast this means the object instances of data (
FeatureProvider) may be reused between the
Iterator.next() method invocations.createFastIterator in class AbstractFeatureSetProviderindex - the first element position to be returned by the
IteratorIteratorDataException - if there is an error creating the Iterator