Uses of Class
org.gcube.indexmanagement.geo.InclusionType

Packages that use InclusionType
org.gcube.indexmanagement.geo   
org.gcube.indexmanagement.geo.ranking   
org.gcube.indexmanagement.geo.refinement   
 

Uses of InclusionType in org.gcube.indexmanagement.geo
 

Methods in org.gcube.indexmanagement.geo that return InclusionType
 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.
 

Methods in org.gcube.indexmanagement.geo with parameters of type InclusionType
 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)
           
 

Constructors in org.gcube.indexmanagement.geo with parameters of type InclusionType
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
 

Uses of InclusionType in org.gcube.indexmanagement.geo.ranking
 

Fields in org.gcube.indexmanagement.geo.ranking declared as InclusionType
protected  InclusionType RankEvaluator.containmentMethod
          The containment method used in the query
 

Methods in org.gcube.indexmanagement.geo.ranking with parameters of type InclusionType
 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
 

Uses of InclusionType in org.gcube.indexmanagement.geo.refinement
 

Fields in org.gcube.indexmanagement.geo.refinement declared as InclusionType
protected  InclusionType Refiner.containmentMethod
          The containment method used in the query
 

Methods in org.gcube.indexmanagement.geo.refinement with parameters of type InclusionType
 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 © 2013. All Rights Reserved.