org.gwtopenmaps.openlayers.client.control
Class OverviewMapOptions

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.ControlOptions
                  extended by org.gwtopenmaps.openlayers.client.control.OverviewMapOptions

public class OverviewMapOptions
extends ControlOptions

Author:
Edwin Commandeur - Atlis EJS

Field Summary
 
Fields inherited from class org.gwtopenmaps.openlayers.client.OpenLayersEObjectWrapper
eventListeners
 
Constructor Summary
OverviewMapOptions()
           
 
Method Summary
 void setLayers(Layer[] layers)
          If no layers are set at the construction of the OverviewMap control then the base layer of the map to which the OverviewMap control instance is added is used as layer in the overviewmap.
 
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

OverviewMapOptions

public OverviewMapOptions()
Method Detail

setLayers

public void setLayers(Layer[] layers)
If no layers are set at the construction of the OverviewMap control then the base layer of the map to which the OverviewMap control instance is added is used as layer in the overviewmap. The default behaviour does not work if base layer opacity is less than 1 (known issue?).

Parameters:
layers -


Copyright © 2011 sourceforge. All Rights Reserved.