org.gwtopenmaps.openlayers.client.event
Class MeasureEvent

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.event.EventObject
          extended by org.gwtopenmaps.openlayers.client.event.MeasureEvent

public class MeasureEvent
extends EventObject


Constructor Summary
MeasureEvent(EventObject eventObject)
           
 
Method Summary
 Geometry getGeometry()
           
 float getMeasure()
           
 int getOrder()
           
 Control getSource()
           
 String getUnits()
           
 
Methods inherited from class org.gwtopenmaps.openlayers.client.event.EventObject
getElement, getSourceJSObject, getType, narrowToEventObject
 
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

MeasureEvent

public MeasureEvent(EventObject eventObject)
Method Detail

getGeometry

public Geometry getGeometry()

getMeasure

public float getMeasure()

getOrder

public int getOrder()

getUnits

public String getUnits()

getSource

public Control getSource()


Copyright © 2011 sourceforge. All Rights Reserved.