|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.gwtopenmaps.openlayers.client.util.JSObjectWrapper org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper org.gwtopenmaps.openlayers.client.OpenLayersEObjectWrapper org.gwtopenmaps.openlayers.client.layer.Layer org.gwtopenmaps.openlayers.client.layer.HTTPRequestLayer org.gwtopenmaps.openlayers.client.layer.GridLayer org.gwtopenmaps.openlayers.client.layer.ArcGIS93Rest
public class ArcGIS93Rest
Field Summary |
---|
Fields inherited from class org.gwtopenmaps.openlayers.client.layer.Layer |
---|
ARCGIS93REST_CLASS_NAME, BOXES_CLASS_NAME, GOOGLE_CLASS_NAME, GRIDLAYER_CLASS_NAME, HTTPREQUESTLAYER_CLASS_NAME, IMAGE_CLASS_NAME, MARKERS_CLASS_NAME, OSM_CLASS_NAME, TMS_CLASS_NAME, VECTOR_CLASS_NAME, WMS_CLASS_NAME, XYZ_CLASS_NAME |
Fields inherited from class org.gwtopenmaps.openlayers.client.OpenLayersEObjectWrapper |
---|
eventListeners |
Constructor Summary | |
---|---|
protected |
ArcGIS93Rest(JSObject element)
|
|
ArcGIS93Rest(String name,
String[] urls,
WMSParams params)
Constructor: ArcGIS93Rest Create a new ArcGIS93Rest layer object. |
|
ArcGIS93Rest(String name,
String[] urls,
WMSParams params,
WMSOptions layerParams)
Constructor: ArcGIS93Rest Create a new ArcGIS93Rest layer object. |
|
ArcGIS93Rest(String name,
String url,
WMSParams params)
Constructor: ArcGIS93Rest Create a new ArcGIS93Rest layer object. |
|
ArcGIS93Rest(String name,
String url,
WMSParams params,
ArcGIS93RestOptions options)
Constructor: ArcGIS93Rest Create a new ArcGIS93Rest layer object. |
Method Summary | |
---|---|
void |
addTile(Bounds bounds,
Pixel position)
Method: addTile addTile creates a tile, initializes it, and adds it to the layer div. |
void |
clearLayerFilter(String id)
Method: clearLayerFilter Clears layer filters, either from a specific layer, or all of them. |
ArcGIS93Rest |
clone(ArcGIS93Rest obj)
Method: clone Create a clone of this layer Returns: { |
void |
destroy()
Method: destroy Destroy this layer |
int |
getNumLoadingTiles()
|
String |
getURL(Bounds bounds)
Method: getURL Return an image url this layer. |
boolean |
mergeNewParams(Params params)
APIMethod: mergeNewParams Catch changeParams and uppercase the new params to be merged in before calling changeParams on the super class. |
ArcGIS93Rest |
narrowToArcGIS93Rest(JSObject arcgis93Rest)
|
void |
setIsBaseLayer(boolean isBaseLayer)
APIProperty: isBaseLayer {Boolean} Default is true for ArcGIS93Rest layer |
void |
setLayerFilter(String id,
String queryDef)
Method: setLayerFilter addTile creates a tile, initializes it, and adds it to the layer div. |
Methods inherited from class org.gwtopenmaps.openlayers.client.layer.GridLayer |
---|
narrowToGridLayer, setBuffer, setNumLoadingTiles, setRatio, setSingleTile, setTitleSize |
Methods inherited from class org.gwtopenmaps.openlayers.client.layer.HTTPRequestLayer |
---|
clone, getFullRequestString, narrowToHTTPRequestLayer, redraw, selectUrl, setUrl |
Methods inherited from class org.gwtopenmaps.openlayers.client.layer.Layer |
---|
addLayerLoadCancelListener, addLayerLoadEndListener, addLayerLoadStartListener, addLayerVisibilityChangedListener, addOptions, displayInLayerSwitcher, getId, getName, getOpacity, getZIndex, isBaseLayer, isVisible, narrowToLayer, redraw, setDisplayInLayerSwitcher, setIsVisible, setName, setOpacity, setZIndex |
Methods inherited from class org.gwtopenmaps.openlayers.client.OpenLayersEObjectWrapper |
---|
getListeners, narrowToOpenLayersEObjectWrapper, removeListener |
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 |
---|
protected ArcGIS93Rest(JSObject element)
public ArcGIS93Rest(String name, String url, WMSParams params, ArcGIS93RestOptions options)
public ArcGIS93Rest(String name, String url, WMSParams params)
public ArcGIS93Rest(String name, String[] urls, WMSParams params)
public ArcGIS93Rest(String name, String[] urls, WMSParams params, WMSOptions layerParams)
Method Detail |
---|
public ArcGIS93Rest narrowToArcGIS93Rest(JSObject arcgis93Rest)
public void setIsBaseLayer(boolean isBaseLayer)
setIsBaseLayer
in class Layer
public void destroy()
destroy
in class HTTPRequestLayer
public ArcGIS93Rest clone(ArcGIS93Rest obj)
public String getURL(Bounds bounds)
public void setLayerFilter(String id, String queryDef)
public void clearLayerFilter(String id)
public boolean mergeNewParams(Params params)
mergeNewParams
in class HTTPRequestLayer
public void addTile(Bounds bounds, Pixel position)
public int getNumLoadingTiles()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |