public class ManualFeatureQueryResults extends Object implements FeatureIndexResults
| Constructor and Description |
|---|
ManualFeatureQueryResults(FeatureDao featureDao,
List<Long> featureIds)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the results
|
long |
count()
Get the count of results
|
FeatureDao |
getFeatureDao()
Get the feature DAO
|
List<Long> |
getFeatureIds()
Get the feature ids
|
Iterator<FeatureRow> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ManualFeatureQueryResults(FeatureDao featureDao, List<Long> featureIds)
featureDao - feature DAOfeatureIds - feature idspublic FeatureDao getFeatureDao()
public Iterator<FeatureRow> iterator()
iterator in interface Iterable<FeatureRow>public long count()
count in interface FeatureIndexResultspublic void close()
close in interface FeatureIndexResults