Uses of Class
com.esri.core.map.ImageServiceParameters

Packages that use ImageServiceParameters
com.esri.android.map.ags Contains the classes for the available map layer types. 
com.esri.core.map Contains classes that define elements from feature and image services. 
 

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

Methods in com.esri.android.map.ags that return ImageServiceParameters
 ImageServiceParameters ArcGISImageServiceLayer.getOptions()
          Gets the options of the ArcGISImageServiceLayer.
 

Constructors in com.esri.android.map.ags with parameters of type ImageServiceParameters
ArcGISImageServiceLayer(String url, ImageServiceParameters options)
          This constructor is used if you're instantiating the ArcGISImageServiceLayer.
ArcGISImageServiceLayer(String url, ImageServiceParameters options, UserCredentials credentials)
          This constructor is used if you're instantiating the ArcGISImageServiceLayer (see the class description for an example of this usage).
ArcGISImageServiceLayer(String url, ImageServiceParameters options, UserCredentials credentials, boolean initLayer)
          This constructor is used if you instantiate an ArcGISImageServiceLayer object.
 

Uses of ImageServiceParameters in com.esri.core.map
 

Constructors in com.esri.core.map with parameters of type ImageServiceParameters
ImageServiceParameters(ImageServiceParameters params)
          Copies the properties from the given ImageServiceParameter to the current instance.
 



Copyright © 2012. All Rights Reserved.