org.gwtopenmaps.openlayers.client.layer
Class XYZ

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
          extended by org.gwtopenmaps.openlayers.client.OpenLayersEObjectWrapper
              extended by org.gwtopenmaps.openlayers.client.layer.Layer
                  extended by org.gwtopenmaps.openlayers.client.layer.HTTPRequestLayer
                      extended by org.gwtopenmaps.openlayers.client.layer.GridLayer
                          extended by org.gwtopenmaps.openlayers.client.layer.XYZ

public class XYZ
extends GridLayer

Wrapper for OpenLayers.Layer.XYZ which is typically used to add an ESRI Cached Map Service.

Author:
Andrew Hughes
See Also:
XYZOptions

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 XYZ(JSObject xyzLayer)
           
  XYZ(String name, String url, XYZOptions options)
          Constructor with specified options.
 
Method Summary
 XYZ narrowToXYZ(JSObject xyzLayer)
           
 
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, destroy, getFullRequestString, mergeNewParams, 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, setIsBaseLayer, 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

XYZ

protected XYZ(JSObject xyzLayer)

XYZ

public XYZ(String name,
           String url,
           XYZOptions options)
Constructor with specified options.

Parameters:
name - the layer name
url - example http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Portland/ESRI_LandBase_WebMercator/MapServer/tile/${z}/${y}/${x}
options - constructor options
Method Detail

narrowToXYZ

public XYZ narrowToXYZ(JSObject xyzLayer)


Copyright © 2011 sourceforge. All Rights Reserved.