com.esri.android.map
Class TiledServiceLayer

java.lang.Object
  extended by com.esri.android.map.Layer
      extended by com.esri.android.map.TiledLayer
          extended by com.esri.android.map.TiledServiceLayer
Direct Known Subclasses:
ArcGISTiledMapServiceLayer, BingMapsLayer

public abstract class TiledServiceLayer
extends TiledLayer


Nested Class Summary
static class TiledServiceLayer.TileInfo
          A class wrapping the tiled info.
 
Constructor Summary
TiledServiceLayer(String url)
          Constructs a tiled layer for the URL within the given Context.
 
Method Summary
 TiledServiceLayer.TileInfo getTileInfo()
          Returns the TiledInfo object.
 void recycle()
          Releases resources referenced by the Layer so that they can be recycled.
 
Methods inherited from class com.esri.android.map.TiledLayer
clearTiles, getBrightness, getContrast, getCurrentLevel, getGamma, setBrightness, setContrast, setGamma
 
Methods inherited from class com.esri.android.map.Layer
getCredentials, getDefaultSpatialReference, getExtent, getFullExtent, getHeight, getID, getName, getOpacity, getPopupInfo, getResolution, getSpatialReference, getTitle, getUrl, getUrlHashCode, getWidth, isInitialized, isRecycled, isVisible, isWebMapBaselayer, reinitializeLayer, setName, setOnStatusChangedListener, setOpacity, setPopupInfos, setVisible
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TiledServiceLayer

public TiledServiceLayer(String url)
Constructs a tiled layer for the URL within the given Context.

Parameters:
url - an URL string
Method Detail

getTileInfo

public TiledServiceLayer.TileInfo getTileInfo()
Returns the TiledInfo object.

Returns:
the TileInfo object describing the TiledServiceLayer;

recycle

public void recycle()
Description copied from class: Layer
Releases resources referenced by the Layer so that they can be recycled.

Overrides:
recycle in class Layer


Copyright © 2012. All Rights Reserved.