org.gwtopenmaps.openlayers.client.geometry
Class GeometryImpl

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

public class GeometryImpl
extends Object

Author:
Edwin Commandeur - Atlis EJS, Curtis Jensen

Constructor Summary
GeometryImpl()
           
 
Method Summary
static void calculateBounds(JSObject geom)
           
static JSObject clone(JSObject geom)
           
static void destroy(JSObject self)
           
static JSObject fromWKT(String wkt)
           
static JSObject getBounds(JSObject geom)
           
static String toString(JSObject geom)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeometryImpl

public GeometryImpl()
Method Detail

destroy

public static void destroy(JSObject self)

getBounds

public static JSObject getBounds(JSObject geom)

toString

public static String toString(JSObject geom)

fromWKT

public static JSObject fromWKT(String wkt)

clone

public static JSObject clone(JSObject geom)

calculateBounds

public static void calculateBounds(JSObject geom)


Copyright © 2011 sourceforge. All Rights Reserved.