| Package | Description |
|---|---|
| org.gcube.indexmanagement.geo | |
| org.gcube.indexmanagement.geo.ranking | |
| org.gcube.indexmanagement.geo.refinement |
| Modifier and Type | Method and Description |
|---|---|
static DataWrapper |
DataWrapper.getInstance(GeoIndexType indexTypeObject,
org.geotools.index.Data data,
RandomAccessFile rawDataFile)
A method used to get a DataWrapper instance from a GeoTools Data object
|
static DataWrapper |
DataWrapper.getInstance(GeoIndexType indexTypeObject,
ReadableByteChannel inChannel,
RandomAccessFile rawDataFile)
A method used to create a DataWrapper instance from an IndexType and a
DeltaFile input channel
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<DataWrapper> |
QueryResults.getAll()
Returns all results (including previously retrieved), without updating
the position marker (ie.
|
ArrayList<DataWrapper> |
QueryResults.getNext(int numberOfResults)
A method to refine, sort and return a specified number of results
|
ArrayList<DataWrapper> |
QueryResults.getRest()
Returns the rest of the available results
|
| Modifier and Type | Method and Description |
|---|---|
void |
RTreeWrapper.insert(DataWrapper geoData)
Inserts an Entry into the wrapped RTree
|
| Modifier and Type | Method and Description |
|---|---|
int |
RankEvaluator.compare(DataWrapper data1,
DataWrapper data2) |
abstract double |
RankEvaluator.rank(DataWrapper data)
A method used to rank a GeoIndex entry.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
Refiner.isHit(DataWrapper entry)
A plugin specific method used to determine which index entries are hits
according to the given query.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Refiner.refine(List<DataWrapper> entries)
A method used to refine a list of GeoIndex entries using a plugin
specific isHit(entry) method to determine which entries are valid
|
Copyright © 2014. All Rights Reserved.