org.gwtopenmaps.openlayers.client.layer
Class RendererOptions
java.lang.Object
org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
org.gwtopenmaps.openlayers.client.layer.RendererOptions
public class RendererOptions
- extends OpenLayersObjectWrapper
- Author:
- Rafael Ceravolo
Method Summary |
boolean |
getYOrdering()
Get the yOrdering property |
boolean |
getZIndexing()
Get the yOrdering property |
void |
setYOrdering(boolean yOrdering)
Whether to use yOrdering. |
void |
setZIndexing(boolean zIndexing)
Whether to use z-indexing. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RendererOptions
protected RendererOptions(JSObject element)
RendererOptions
public RendererOptions()
setYOrdering
public void setYOrdering(boolean yOrdering)
- Whether to use yOrdering. If yOrdering is enabled, geometries with lower
latitude will be draw on top of others geometries with bigger latitude.
- Parameters:
yOrdering
- The value of the property to set. Default is false.
getYOrdering
public boolean getYOrdering()
- Get the yOrdering property
- Returns:
- The property value.
setZIndexing
public void setZIndexing(boolean zIndexing)
- Whether to use z-indexing. Will be ignored if yOrdering is set to true.
- Parameters:
zIndexing
- The value of the property to set. Default is false.
getZIndexing
public boolean getZIndexing()
- Get the yOrdering property
- Returns:
- The property value
Copyright © 2011 sourceforge. All Rights Reserved.