org.gwtopenmaps.openlayers.client.layer
Class ArcGIS93RestImpl
java.lang.Object
org.gwtopenmaps.openlayers.client.layer.ArcGIS93RestImpl
public class ArcGIS93RestImpl
- extends Object
- Author:
- Michel Vitor A Rodrigues
Method Summary |
static void |
addTile(JSObject arcGIS93Rest,
JSObject bounds,
JSObject position)
|
static void |
clearLayerFilter(JSObject arcGIS93Rest,
String id)
|
static JSObject |
clone(JSObject arcGIS93Rest,
JSObject obj)
|
static JSObject |
create(String name,
JSObject urls,
JSObject params)
|
static JSObject |
create(String name,
JSObject urls,
JSObject params,
JSObject layerParams)
|
static JSObject |
create(String name,
String url,
JSObject params)
|
static JSObject |
create(String name,
String url,
JSObject params,
JSObject options)
|
static void |
destroy(JSObject arcGIS93Rest)
|
static int |
getNumLoadingTiles(JSObject layer)
|
static String |
getURL(JSObject arcGIS93Rest,
JSObject bounds)
|
static boolean |
mergeNewParams(JSObject arcGIS93Rest,
JSObject params)
|
static void |
setIsBaseLayer(JSObject self,
boolean isBaseLayer)
|
static void |
setLayerFilter(JSObject arcGIS93Rest,
String id,
String queryDef)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArcGIS93RestImpl
public ArcGIS93RestImpl()
create
public static JSObject create(String name,
String url,
JSObject params,
JSObject options)
create
public static JSObject create(String name,
String url,
JSObject params)
create
public static JSObject create(String name,
JSObject urls,
JSObject params)
create
public static JSObject create(String name,
JSObject urls,
JSObject params,
JSObject layerParams)
setIsBaseLayer
public static void setIsBaseLayer(JSObject self,
boolean isBaseLayer)
destroy
public static void destroy(JSObject arcGIS93Rest)
clone
public static JSObject clone(JSObject arcGIS93Rest,
JSObject obj)
getURL
public static String getURL(JSObject arcGIS93Rest,
JSObject bounds)
setLayerFilter
public static void setLayerFilter(JSObject arcGIS93Rest,
String id,
String queryDef)
clearLayerFilter
public static void clearLayerFilter(JSObject arcGIS93Rest,
String id)
mergeNewParams
public static boolean mergeNewParams(JSObject arcGIS93Rest,
JSObject params)
addTile
public static void addTile(JSObject arcGIS93Rest,
JSObject bounds,
JSObject position)
getNumLoadingTiles
public static int getNumLoadingTiles(JSObject layer)
Copyright © 2011 sourceforge. All Rights Reserved.