|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.wms.client.Point
public class Point
Point Object represents an x, y coordinate.
| Constructor Summary | |
|---|---|
Point()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Compares the specified object with this instance for equality. |
SpatialReference |
getSpatialReference()
Gets the spatial reference of the point. |
double |
getX()
Returns the Point x coordinate location value. |
double |
getY()
Returns the Point y coordinate location value. |
int |
hashCode()
Returns the hash code of the request object. |
void |
setSpatialReference(SpatialReference spatialReference)
Sets the spatial reference of the point. |
void |
setX(double value)
Sets the Point x coordinate location value. |
void |
setY(double value)
Sets the Point y coordinate location value. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Point()
| Method Detail |
|---|
public void setX(double value)
value - the x coordinate value.getX()public double getX()
setX(double)public void setY(double value)
value - the y coordinate value.getY()public double getY()
setY(double)public SpatialReference getSpatialReference()
public void setSpatialReference(SpatialReference spatialReference)
spatialReference - The spatialReference to set.public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectobj - object to be compared for equality with this instance.
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||