|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.indexmanagement.geo.shape.Point
public class Point
A java representation of a point on a two dimentional plane
| Constructor Summary | |
|---|---|
Point(long x,
long y)
A constructor which creates a point from an x,y coordinate pair |
|
| Method Summary | |
|---|---|
long |
getX()
Getter method for the points X coordinate |
long |
getY()
Getter method for the points Y coordinate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Point(long x,
long y)
x - -
The X coordinate of the point to be createdy - -
The Y coordinate of the point to be created| Method Detail |
|---|
public long getX()
public long getY()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||