org.gwtopenmaps.openlayers.client.geometry
Class PointImpl
java.lang.Object
org.gwtopenmaps.openlayers.client.geometry.PointImpl
public class PointImpl
- extends Object
- Author:
- Edwin Commandeur - Atlis EJS
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PointImpl
public PointImpl()
create
public static JSObject create(double x,
double y)
getX
public static double getX(JSObject self)
getY
public static double getY(JSObject self)
getId
public static String getId(JSObject self)
setX
public static void setX(JSObject self,
double x)
setY
public static void setY(JSObject self,
double y)
equals
public static boolean equals(JSObject self,
JSObject geom)
transform
public static void transform(JSObject self,
JSObject source,
JSObject dest)
Copyright © 2011 sourceforge. All Rights Reserved.