org.gwtopenmaps.openlayers.client.control
Class MousePositionOutput

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.control.MousePositionOutput

public abstract class MousePositionOutput
extends Object

See MousePosition.

Since:
GWT-OL 0.4
Author:
Edwin Commandeur - Atlis EJS

Constructor Summary
MousePositionOutput()
           
 
Method Summary
abstract  String format(LonLat lonLat, Map map)
          A MousePositionOutput instance that implements this function can be used to set the output format on a MousePosition control.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MousePositionOutput

public MousePositionOutput()
Method Detail

format

public abstract String format(LonLat lonLat,
                              Map map)
A MousePositionOutput instance that implements this function can be used to set the output format on a MousePosition control.

Parameters:
lonLat - - a LonLat with the longitude/latitude at the mouse position
map - - the Map to which the control has been added.
Returns:
String - the output that is shown by the MousePosition control


Copyright © 2011 sourceforge. All Rights Reserved.