|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataWrapper | |
|---|---|
| org.gcube.indexmanagement.geo | |
| org.gcube.indexmanagement.geo.ranking | |
| org.gcube.indexmanagement.geo.refinement | |
| Uses of DataWrapper in org.gcube.indexmanagement.geo |
|---|
| Methods in org.gcube.indexmanagement.geo that return DataWrapper | |
|---|---|
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 |
| Methods in org.gcube.indexmanagement.geo that return types with arguments of type DataWrapper | |
|---|---|
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 |
| Methods in org.gcube.indexmanagement.geo with parameters of type DataWrapper | |
|---|---|
void |
RTreeWrapper.insert(DataWrapper geoData)
Inserts an Entry into the wrapped RTree |
| Uses of DataWrapper in org.gcube.indexmanagement.geo.ranking |
|---|
| Methods in org.gcube.indexmanagement.geo.ranking with parameters of type DataWrapper | |
|---|---|
int |
RankEvaluator.compare(DataWrapper data1,
DataWrapper data2)
|
abstract double |
RankEvaluator.rank(DataWrapper data)
A method used to rank a GeoIndex entry. |
| Uses of DataWrapper in org.gcube.indexmanagement.geo.refinement |
|---|
| Methods in org.gcube.indexmanagement.geo.refinement with parameters of type DataWrapper | |
|---|---|
abstract boolean |
Refiner.isHit(DataWrapper entry)
A plugin specific method used to determine which index entries are hits according to the given query. |
| Method parameters in org.gcube.indexmanagement.geo.refinement with type arguments of type DataWrapper | |
|---|---|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||