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

Packages that use Point
org.gcube.indexmanagement.geo.shape   
 

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

Methods in org.gcube.indexmanagement.geo.shape that return Point
 Point[] Polygon.getVertexArray()
          A method to get an array of the vertices of the polygon
 

Methods in org.gcube.indexmanagement.geo.shape that return types with arguments of type Point
 ArrayList<Point> Polygon.getVertices()
          A method to get an ArrayList of the vertices of the polygon
 

Methods in org.gcube.indexmanagement.geo.shape with parameters of type Point
 void Polygon.addVertex(Point vertex)
          A method to add a vertex to the polygon
 void Polygon.addVertices(Point[] vertices)
          A method to add an array of vertices to the polygon
 

Method parameters in org.gcube.indexmanagement.geo.shape with type arguments of type Point
 void Polygon.addVertices(Collection<Point> vertices)
          A method to add a collection of vertices to the polygon
 

Constructors in org.gcube.indexmanagement.geo.shape with parameters of type Point
Polygon(Point[] vertices)
          Constructor which creates a polygon from an array of points representing the vertices
 

Constructor parameters in org.gcube.indexmanagement.geo.shape with type arguments of type Point
Polygon(Collection<Point> vertices)
          Constructor which creates a polygon from a collection of points representing the vertices
 



Copyright © 2013. All Rights Reserved.