Uses of Class
com.esri.android.map.ags.ArcGISLayerInfo

Packages that use ArcGISLayerInfo
com.esri.android.map.ags Contains the classes for the available map layer types. 
 

Uses of ArcGISLayerInfo in com.esri.android.map.ags
 

Methods in com.esri.android.map.ags that return ArcGISLayerInfo
 ArcGISLayerInfo[] ArcGISTiledMapServiceLayer.getAllLayers()
          Returns the all of sub-layers of the tiled map service.
 ArcGISLayerInfo[] ArcGISDynamicMapServiceLayer.getAllLayers()
          Returns the all of sub-layers of the dynamic map service.
 ArcGISLayerInfo[] ArcGISLayerInfo.getLayers()
          If the layer is a group layer, then this method returns the immediate sub-layers of the group layer;
 ArcGISLayerInfo[] ArcGISTiledMapServiceLayer.getLayers()
          Returns the immediate sub-layers of the tiled map service.
 ArcGISLayerInfo[] ArcGISDynamicMapServiceLayer.getLayers()
          Returns the immediate sub-layers of the dynamic map service.
 ArcGISLayerInfo ArcGISLayerInfo.getParentLayer()
          Gets the parent layer.
 

Constructors in com.esri.android.map.ags with parameters of type ArcGISLayerInfo
ArcGISLayerInfo(String name, int id, ArcGISLayerInfo parent)
          Instantiates an object of ArcGISLayerInfo.
 



Copyright © 2012. All Rights Reserved.