public class GPESetProvider extends AbstractFeatureSetProvider
| Modifier and Type | Class and Description |
|---|---|
protected class |
GPESetProvider.GPEFastIterator |
protected class |
GPESetProvider.GPEIterator |
| Constructor and Description |
|---|
GPESetProvider(GPEStoreProvider store,
FeatureQuery query) |
GPESetProvider(GPEStoreProvider 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 GPESetProvider(GPEStoreProvider store, FeatureQuery query)
public GPESetProvider(GPEStoreProvider store, FeatureQuery query, FeatureType featureType)
public boolean canFilter()
public boolean canIterateFromIndex()
public boolean canOrder()
public long getSize()
throws DataException
DataExceptionpublic boolean isEmpty()
throws DataException
DataExceptionprotected 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 Iteratorprotected 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 void doDispose()
throws BaseException
AbstractDisposableAbstractDisposable.dispose() method, to be
implemented by child classes.doDispose in class AbstractDisposableBaseExceptionAbstractDisposable.dispose()