org.gwtopenmaps.openlayers.client.control
Class MousePositionOutput
java.lang.Object
org.gwtopenmaps.openlayers.client.control.MousePositionOutput
public abstract class MousePositionOutput
- extends Object
See MousePosition
.
- Since:
- GWT-OL 0.4
- Author:
- Edwin Commandeur - Atlis EJS
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 |
MousePositionOutput
public MousePositionOutput()
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 positionmap
- - 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.