org.gwtopenmaps.openlayers.client.layer
Class OSMOptions

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.layer.LayerOptions
          extended by org.gwtopenmaps.openlayers.client.layer.OSMOptions

public class OSMOptions
extends LayerOptions


Constructor Summary
OSMOptions()
           
 
Method Summary
 void setDisplayOutsideMaxExtent(boolean value)
           
 void setWrapDateLine(boolean value)
           
 
Methods inherited from class org.gwtopenmaps.openlayers.client.layer.LayerOptions
setAlwaysInRange, setApplyAlphaHack, setAttribution, setDisplayInLayerSwitcher, setGutter, setIsBaseLayer, setLayerOpacity, setMaxExtent, setMaxResolution, setMaxScale, setMinExtent, setMinResolution, setMinScale, setNumZoomLevels, setProjection, setResolutions, setScales, setTransitionEffect, setTransitionEffect, setUnits, setVisibility
 
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

OSMOptions

public OSMOptions()
Method Detail

setDisplayOutsideMaxExtent

public void setDisplayOutsideMaxExtent(boolean value)
Overrides:
setDisplayOutsideMaxExtent in class LayerOptions
Parameters:
value - - Set true to request map tiles outside the maxExtent of the Layer, default is false.

setWrapDateLine

public void setWrapDateLine(boolean value)


Copyright © 2011 sourceforge. All Rights Reserved.