org.gwtopenmaps.openlayers.client.layer
Class ArcGIS93RestOptions

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.HTTPRequestLayerOptions
              extended by org.gwtopenmaps.openlayers.client.layer.GridLayerOptions
                  extended by org.gwtopenmaps.openlayers.client.layer.ArcGIS93RestOptions

public class ArcGIS93RestOptions
extends GridLayerOptions

Author:
Michel Vitor A Rodrigues - Intec

Constructor Summary
ArcGIS93RestOptions()
           
 
Method Summary
 void setBuffer(int buffer)
          For tiled layers the buffer size can be set.
 void setProjection(String epsgCode)
           
 void setRatio(int ratio)
           
 void setSingleTile(boolean b)
           
 void setTransitionEffectResize()
           
 void setUnits(String units)
           
 void setUntiled()
           
 void setWrapDateLine(boolean wrap)
           
 
Methods inherited from class org.gwtopenmaps.openlayers.client.layer.GridLayerOptions
setTileSize
 
Methods inherited from class org.gwtopenmaps.openlayers.client.layer.LayerOptions
setAlwaysInRange, setApplyAlphaHack, setAttribution, setDisplayInLayerSwitcher, setDisplayOutsideMaxExtent, setGutter, setIsBaseLayer, setLayerOpacity, setMaxExtent, setMaxResolution, setMaxScale, setMinExtent, setMinResolution, setMinScale, setNumZoomLevels, setResolutions, setScales, setTransitionEffect, setTransitionEffect, 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

ArcGIS93RestOptions

public ArcGIS93RestOptions()
Method Detail

setSingleTile

public void setSingleTile(boolean b)

setUntiled

public void setUntiled()

setTransitionEffectResize

public void setTransitionEffectResize()

setProjection

public void setProjection(String epsgCode)
Overrides:
setProjection in class LayerOptions
Parameters:
epsgCode - - see MapOptions

setUnits

public void setUnits(String units)
Overrides:
setUnits in class LayerOptions
Parameters:
units - - see MapOptions

setWrapDateLine

public void setWrapDateLine(boolean wrap)

setBuffer

public void setBuffer(int buffer)
Description copied from class: GridLayerOptions
For tiled layers the buffer size can be set. The default buffer is 2.

Overrides:
setBuffer in class GridLayerOptions

setRatio

public void setRatio(int ratio)


Copyright © 2011 sourceforge. All Rights Reserved.