org.gcube.indexmanagement.geo
Class GeoGcqlCollectionQuery

java.lang.Object
  extended by org.gcube.indexmanagement.geo.GeoGcqlCollectionQuery

public class GeoGcqlCollectionQuery
extends Object


Constructor Summary
GeoGcqlCollectionQuery(InclusionType inclusion, Polygon searchPolygon, ArrayList<RefinementRequest> refineRequests, RankingRequest rankRequest, boolean not)
           
 
Method Summary
 void addRefineRequests(RefinementRequest refineRequest)
           
 InclusionType getInclusion()
           
 RankingRequest getRankRequest()
           
 ArrayList<RefinementRequest> getRefineRequests()
           
 Polygon getSearchPolygon()
           
 boolean isNot()
           
 void setInclusion(InclusionType inclusion)
           
 void setNot(boolean not)
           
 void setRankRequest(RankingRequest rankRequest)
           
 void setRefineRequests(ArrayList<RefinementRequest> refineRequests)
           
 void setSearchPolygon(Polygon searchPolygon)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeoGcqlCollectionQuery

public GeoGcqlCollectionQuery(InclusionType inclusion,
                              Polygon searchPolygon,
                              ArrayList<RefinementRequest> refineRequests,
                              RankingRequest rankRequest,
                              boolean not)
Method Detail

setInclusion

public void setInclusion(InclusionType inclusion)

getInclusion

public InclusionType getInclusion()

setSearchPolygon

public void setSearchPolygon(Polygon searchPolygon)

getSearchPolygon

public Polygon getSearchPolygon()

setRefineRequests

public void setRefineRequests(ArrayList<RefinementRequest> refineRequests)

addRefineRequests

public void addRefineRequests(RefinementRequest refineRequest)

getRefineRequests

public ArrayList<RefinementRequest> getRefineRequests()

setRankRequest

public void setRankRequest(RankingRequest rankRequest)

getRankRequest

public RankingRequest getRankRequest()

setNot

public void setNot(boolean not)

isNot

public boolean isNot()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.