| Package | Description |
|---|---|
| org.gcube.indexmanagement.geo | |
| org.gcube.indexmanagement.geo.ranking | |
| org.gcube.indexmanagement.geo.refinement |
| Modifier and Type | Method and Description |
|---|---|
InclusionType |
RefinementRequest.getInclusion()
getter for the inclusion property
|
InclusionType |
GeoGcqlCollectionQuery.getInclusion() |
static InclusionType |
InclusionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InclusionType[] |
InclusionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
QueryResults |
RTreeWrapper.performQuery(com.vividsolutions.jts.geom.Envelope query,
InclusionType method,
Refiner[] refiners,
RankEvaluator ranker)
Performs a query on this index
|
void |
RefinementRequest.setInclusion(InclusionType inclusion)
setter for the inclusion property
|
void |
GeoGcqlCollectionQuery.setInclusion(InclusionType inclusion) |
| Constructor and Description |
|---|
GeoGcqlCollectionQuery(InclusionType inclusion,
Polygon searchPolygon,
ArrayList<RefinementRequest> refineRequests,
RankingRequest rankRequest,
boolean not) |
RefinementRequest(Polygon polygon,
String refinerID,
String[] args,
InclusionType inclusion,
boolean not)
Default constructor
|
| Modifier and Type | Field and Description |
|---|---|
protected InclusionType |
RankEvaluator.containmentMethod
The containment method used in the query
|
| Modifier and Type | Method and Description |
|---|---|
void |
RankEvaluator.init(Polygon polygon,
InclusionType containmentMethod,
Boolean reverseSort,
GeoIndexType indexType,
String[] args)
A method called by the GeoIndexResource after creating an instance of a
RankEvaluator
|
| Modifier and Type | Field and Description |
|---|---|
protected InclusionType |
Refiner.containmentMethod
The containment method used in the query
|
| Modifier and Type | Method and Description |
|---|---|
void |
Refiner.init(Polygon polygon,
InclusionType containmentMethod,
GeoIndexType indexType,
boolean not,
String[] args)
A method called by the GeoIndexResource after creating an instance of a
Refiner
|
Copyright © 2014. All Rights Reserved.