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

Packages that use MosaicRule
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 MosaicRule in com.esri.android.map.ags
 

Methods in com.esri.android.map.ags that return MosaicRule
 MosaicRule ArcGISImageServiceLayer.getMosaicRule()
          Gets the mosaic rule of the layer.
 

Methods in com.esri.android.map.ags with parameters of type MosaicRule
 void ArcGISImageServiceLayer.setMosaicRule(MosaicRule mosaicRule)
          Sets the mosaic rule of the layer to the specified value.
 

Uses of MosaicRule in com.esri.core.map
 

Methods in com.esri.core.map that return MosaicRule
 MosaicRule ImageServiceParameters.getMosaicRule()
          Gets the mosaicRule of the ImageServiceParameters.
 

Methods in com.esri.core.map with parameters of type MosaicRule
 void ImageServiceParameters.setMosaicRule(MosaicRule mosaicRule)
          Sets the mosaicRule of the ImageServiceParameters.
 

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



Copyright © 2012. All Rights Reserved.