|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gwtopenmaps.openlayers.client.util.JSObjectWrapper
org.gwtopenmaps.openlayers.client.layer.LayerOptions
org.gwtopenmaps.openlayers.client.layer.HTTPRequestLayerOptions
org.gwtopenmaps.openlayers.client.layer.GridLayerOptions
org.gwtopenmaps.openlayers.client.layer.WMSOptions
public class WMSOptions
Constructor Summary | |
---|---|
WMSOptions()
|
Method Summary | |
---|---|
void |
setBuffer(int buffer)
For tiled layers the buffer size can be set. |
void |
setProjection(String epsgCode)
Set a non-default projection. |
void |
setRatio(int ratio)
|
void |
setReproject(boolean reproject)
|
void |
setSingleTile(boolean b)
Set the singleTile property to be true or false. |
void |
setTransitionEffectResize()
Deprecated. - use setTransitionEffect(TransitionEffect) instead of this convenience method. |
void |
setUnits(String units)
e.g. |
void |
setUntiled()
Sets singleTile option to true. |
void |
setWrapDateLine(boolean wrap)
Set whether or not to wrap at the international date line. |
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 |
---|
public WMSOptions()
Method Detail |
---|
public void setSingleTile(boolean b)
public void setUntiled()
public void setTransitionEffectResize()
public void setProjection(String epsgCode)
setProjection
in class LayerOptions
epsgCode
- - the EPSG code for the coordinate reference systempublic void setUnits(String units)
setUnits
in class LayerOptions
units
- - see MapOptions
public void setWrapDateLine(boolean wrap)
wrap
- - true to wrap, false to not wrappublic void setBuffer(int buffer)
setBuffer
in class GridLayerOptions
public void setRatio(int ratio)
public void setReproject(boolean reproject)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |