org.gwtopenmaps.openlayers.client.layer
Class TMSOptions

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.TMSOptions

public class TMSOptions
extends LayerOptions

Author:
Amr Alam - Refractions Research

Constructor Summary
TMSOptions()
           
 
Method Summary
 String getFormat()
           
 String getLayers()
           
 Bounds getMaxExtent()
           
 String getStyles()
           
 void setFormat(String styles)
           
 void setGetURL(JSObject getURL)
           
 void setLayers(String layers)
           
 void setMaxExtent(Bounds bounds)
           
 void setStyles(String styles)
           
 void setType(String type)
           
 
Methods inherited from class org.gwtopenmaps.openlayers.client.layer.LayerOptions
setAlwaysInRange, setApplyAlphaHack, setAttribution, setDisplayInLayerSwitcher, setDisplayOutsideMaxExtent, setGutter, setIsBaseLayer, setLayerOpacity, 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

TMSOptions

public TMSOptions()
Method Detail

setLayers

public void setLayers(String layers)

getLayers

public String getLayers()

setStyles

public void setStyles(String styles)

getStyles

public String getStyles()

setFormat

public void setFormat(String styles)

getFormat

public String getFormat()

setMaxExtent

public void setMaxExtent(Bounds bounds)
Overrides:
setMaxExtent in class LayerOptions
Parameters:
bounds - - see MapOptions.setMaxExtent(Bounds)

getMaxExtent

public Bounds getMaxExtent()

setType

public void setType(String type)

setGetURL

public void setGetURL(JSObject getURL)


Copyright © 2011 sourceforge. All Rights Reserved.