org.gwtopenmaps.openlayers.client.control
Class Measure

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
          extended by org.gwtopenmaps.openlayers.client.OpenLayersEObjectWrapper
              extended by org.gwtopenmaps.openlayers.client.control.Control
                  extended by org.gwtopenmaps.openlayers.client.control.Measure

public class Measure
extends Control

Author:
Michel Vitor A Rodrigues - Intec

Field Summary
 
Fields inherited from class org.gwtopenmaps.openlayers.client.OpenLayersEObjectWrapper
eventListeners
 
Constructor Summary
  Measure(Handler handler)
           
  Measure(Handler handler, MeasureOptions options)
           
protected Measure(JSObject element)
           
 
Method Summary
 void addMeasureListener(MeasureListener listener)
           
 void addMeasurePartialListener(MeasurePartialListener listener)
           
static Measure narrowToMeasure(JSObject element)
           
 void setPersist(boolean persist)
           
 
Methods inherited from class org.gwtopenmaps.openlayers.client.control.Control
activate, addControlActivateListener, addControlDeactivateListener, deactivate, disable, enable, getControlId, getLayer, getMap, getZIndex, isActive, narrowToControl, setAutoActivate
 
Methods inherited from class org.gwtopenmaps.openlayers.client.OpenLayersEObjectWrapper
getListeners, narrowToOpenLayersEObjectWrapper, removeListener
 
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
 

Constructor Detail

Measure

protected Measure(JSObject element)

Measure

public Measure(Handler handler)

Measure

public Measure(Handler handler,
               MeasureOptions options)
Method Detail

narrowToMeasure

public static Measure narrowToMeasure(JSObject element)

setPersist

public void setPersist(boolean persist)

addMeasureListener

public void addMeasureListener(MeasureListener listener)

addMeasurePartialListener

public void addMeasurePartialListener(MeasurePartialListener listener)


Copyright © 2011 sourceforge. All Rights Reserved.