Uses of Class
org.gcube.indexmanagement.geo.shape.Polygon

Packages that use Polygon
org.gcube.indexmanagement.geo   
org.gcube.indexmanagement.geo.ranking   
org.gcube.indexmanagement.geo.refinement   
org.gcube.indexmanagement.geo.shape   
 

Uses of Polygon in org.gcube.indexmanagement.geo
 

Methods in org.gcube.indexmanagement.geo that return Polygon
 Polygon RefinementRequest.getPolygon()
          getter for the search-polygon property
 Polygon GeoGcqlCollectionQuery.getSearchPolygon()
           
 

Methods in org.gcube.indexmanagement.geo with parameters of type Polygon
 void RefinementRequest.setPolygon(Polygon polygon)
          setter for the search-polygon property
 void GeoGcqlCollectionQuery.setSearchPolygon(Polygon searchPolygon)
           
 

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

Fields in org.gcube.indexmanagement.geo.ranking declared as Polygon
protected  Polygon RankEvaluator.polygon
          The query polygon
 

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

Fields in org.gcube.indexmanagement.geo.refinement declared as Polygon
protected  Polygon Refiner.polygon
          The query Minimal Bounding Rectangle
 

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

Uses of Polygon in org.gcube.indexmanagement.geo.shape
 

Methods in org.gcube.indexmanagement.geo.shape that return Polygon
static Polygon PolygonProcessing.intersection(Polygon a, Polygon b)
          returns the intersection of two polygons a, b
static Polygon PolygonProcessing.union(Polygon a, Polygon b)
          returns the union of two polygons a, b
 

Methods in org.gcube.indexmanagement.geo.shape with parameters of type Polygon
static Polygon PolygonProcessing.intersection(Polygon a, Polygon b)
          returns the intersection of two polygons a, b
static boolean PolygonProcessing.isContained(Polygon internal, Polygon external)
          checks if polygon internal is contained inside the polygon external
static boolean PolygonProcessing.overlaps(Polygon a, Polygon b)
          checks if a polygon a overlaps with a polygon b
static Polygon PolygonProcessing.union(Polygon a, Polygon b)
          returns the union of two polygons a, b
 



Copyright © 2012. All Rights Reserved.