org.gwtopenmaps.openlayers.client.geometry
Class Geometry

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
          extended by org.gwtopenmaps.openlayers.client.geometry.Geometry
Direct Known Subclasses:
Collection, Point

public class Geometry
extends OpenLayersObjectWrapper

Author:
Edwin Commandeur - Atlis EJS, Curtis Jensen

Field Summary
static String LINEARRING_CLASS_NAME
           
static String LINESTRING_CLASS_NAME
           
static String POINT_CLASS_NAME
           
static String POLYGON_CLASS_NAME
           
 
Constructor Summary
protected Geometry(JSObject element)
           
 
Method Summary
 void destroy()
           
 Bounds getBounds()
           
static Geometry narrowToGeometry(JSObject element)
           
 
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
 

Field Detail

LINEARRING_CLASS_NAME

public static final String LINEARRING_CLASS_NAME
See Also:
Constant Field Values

LINESTRING_CLASS_NAME

public static final String LINESTRING_CLASS_NAME
See Also:
Constant Field Values

POINT_CLASS_NAME

public static final String POINT_CLASS_NAME
See Also:
Constant Field Values

POLYGON_CLASS_NAME

public static final String POLYGON_CLASS_NAME
See Also:
Constant Field Values
Constructor Detail

Geometry

protected Geometry(JSObject element)
Method Detail

narrowToGeometry

public static Geometry narrowToGeometry(JSObject element)

destroy

public void destroy()

getBounds

public Bounds getBounds()


Copyright © 2010 sourceforge. All Rights Reserved.