org.gwtopenmaps.openlayers.client.geometry
Class PointImpl

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.geometry.PointImpl

public class PointImpl
extends Object

Author:
Edwin Commandeur - Atlis EJS

Constructor Summary
PointImpl()
           
 
Method Summary
static JSObject create(double x, double y)
           
static boolean equals(JSObject self, JSObject geom)
           
static String getId(JSObject self)
           
static double getX(JSObject self)
           
static double getY(JSObject self)
           
static void setX(JSObject self, double x)
           
static void setY(JSObject self, double y)
           
static void transform(JSObject self, JSObject source, JSObject dest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointImpl

public PointImpl()
Method Detail

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.