|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gwtopenmaps.openlayers.client.util.JSObjectWrapper
org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
org.gwtopenmaps.openlayers.client.geometry.Geometry
org.gwtopenmaps.openlayers.client.geometry.Point
public class Point
...
| Field Summary |
|---|
| Fields inherited from class org.gwtopenmaps.openlayers.client.geometry.Geometry |
|---|
LINEARRING_CLASS_NAME, LINESTRING_CLASS_NAME, POINT_CLASS_NAME, POLYGON_CLASS_NAME |
| Constructor Summary | |
|---|---|
|
Point(double x,
double y)
|
protected |
Point(JSObject point)
|
| Method Summary | |
|---|---|
String |
getId()
|
double |
getX()
|
double[] |
getXY()
|
double |
getY()
|
static Point |
narrowToPoint(JSObject point)
|
void |
setX(double x)
|
void |
setXY(double x,
double y)
|
void |
setY(double y)
|
| Methods inherited from class org.gwtopenmaps.openlayers.client.geometry.Geometry |
|---|
destroy, getBounds, narrowToGeometry |
| Methods inherited from class org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper |
|---|
getClassName, getEvents, narrowToOpenLayersObjectWrapper |
| Methods inherited from class org.gwtopenmaps.openlayers.client.util.JSObjectWrapper |
|---|
getJSObject, setJSObject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected Point(JSObject point)
public Point(double x,
double y)
x - - doubley - - double| Method Detail |
|---|
public static Point narrowToPoint(JSObject point)
public double getX()
public double getY()
public String getId()
public void setX(double x)
public void setY(double y)
public double[] getXY()
public void setXY(double x,
double y)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||