org.gwtopenmaps.openlayers.client.layer
Class GridLayerImpl

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.layer.GridLayerImpl

public class GridLayerImpl
extends Object


Constructor Summary
GridLayerImpl()
           
 
Method Summary
static JSObject create(String name, String url, JSObject params)
           
static JSObject create(String name, String url, JSObject params, JSObject options)
           
static void setBuffer(JSObject self, Integer buffer)
           
static void setNumLoadingTiles(JSObject self, Integer numLoadingTiles)
           
static void setRatio(JSObject self, float ratio)
           
static void setSingleTile(JSObject self, boolean singleTile)
           
static void setTitleSize(JSObject self, int tileSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridLayerImpl

public GridLayerImpl()
Method Detail

create

public static JSObject create(String name,
                              String url,
                              JSObject params,
                              JSObject options)

create

public static JSObject create(String name,
                              String url,
                              JSObject params)

setTitleSize

public static void setTitleSize(JSObject self,
                                int tileSize)

setSingleTile

public static void setSingleTile(JSObject self,
                                 boolean singleTile)

setRatio

public static void setRatio(JSObject self,
                            float ratio)

setBuffer

public static void setBuffer(JSObject self,
                             Integer buffer)

setNumLoadingTiles

public static void setNumLoadingTiles(JSObject self,
                                      Integer numLoadingTiles)


Copyright © 2011 sourceforge. All Rights Reserved.