org.gwtopenmaps.openlayers.client.layer
Class RendererOptions

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
          extended by org.gwtopenmaps.openlayers.client.layer.RendererOptions

public class RendererOptions
extends OpenLayersObjectWrapper

Author:
Rafael Ceravolo

Constructor Summary
  RendererOptions()
           
protected RendererOptions(JSObject element)
           
 
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 org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
getClassName, getEvents, narrowToOpenLayersObjectWrapper
 
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

RendererOptions

protected RendererOptions(JSObject element)

RendererOptions

public RendererOptions()
Method Detail

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.