org.gwtopenmaps.openlayers.client.control
Class Attribution
java.lang.Object
org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
org.gwtopenmaps.openlayers.client.OpenLayersEObjectWrapper
org.gwtopenmaps.openlayers.client.control.Control
org.gwtopenmaps.openlayers.client.control.Attribution
public class Attribution
- extends Control
Must be activated on the map to show attributions that can be
set on layers. An example of an attribution is:
"This map is provided by company X."
Where the attribution must be specified depends on the layer.
For example, for WMS layers the attribution can be set as WMS layer
paramer, see WMSOptions
.
This control is added to OpenLayers maps by default.
Other controls that are added by default are the PanZoom
,
Navigation, and ArgParser.
- Since:
- GWT-OL 0.4, OL ...
- Author:
- Edwin Commandeur -Atlis Information Systems
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Attribution
protected Attribution(JSObject element)
Attribution
public Attribution()
Attribution
public Attribution(AttributionOptions options)
Copyright © 2011 sourceforge. All Rights Reserved.