| Package | Description |
|---|---|
| org.gcube.indexmanagement.geo.shape |
| Modifier and Type | Method and Description |
|---|---|
Point[] |
Polygon.getVertexArray()
A method to get an array of the vertices of the polygon
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Point> |
Polygon.getVertices()
A method to get an ArrayList of the vertices of the polygon
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
void |
Polygon.addVertices(Collection<Point> vertices)
A method to add a collection of vertices to the polygon
|
| Constructor and Description |
|---|
Polygon(Point[] vertices)
Constructor which creates a polygon from an array of points representing
the vertices
|
| Constructor and Description |
|---|
Polygon(Collection<Point> vertices)
Constructor which creates a polygon from a collection of points
representing the vertices
|
Copyright © 2014. All Rights Reserved.