public class FeatureIndexListResults extends Object implements FeatureIndexResults
| Constructor and Description |
|---|
FeatureIndexListResults()
Constructor
|
FeatureIndexListResults(FeatureRow row)
Constructor
|
FeatureIndexListResults(List<FeatureRow> rows)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addRow(FeatureRow row)
Add a feature row
|
void |
addRows(List<FeatureRow> rows)
Add feature rows
|
void |
close()
Close the results
|
long |
count()
Get the count of results
|
Iterable<Long> |
ids()
Iterable for iterating over feature ids in place of feature rows
|
Iterator<FeatureRow> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic FeatureIndexListResults()
public FeatureIndexListResults(FeatureRow row)
row - feature rowpublic FeatureIndexListResults(List<FeatureRow> rows)
rows - feature rowspublic void addRow(FeatureRow row)
row - feature rowpublic void addRows(List<FeatureRow> rows)
rows - feature rowspublic long count()
count in interface FeatureIndexResultspublic void close()
close in interface FeatureIndexResultspublic Iterator<FeatureRow> iterator()
iterator in interface Iterable<FeatureRow>public Iterable<Long> ids()
ids in interface FeatureIndexResults