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

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

Methods in com.esri.android.map.ags that return RasterFunction
 RasterFunction ArcGISImageServiceLayer.getRenderingRule()
          Gets the rendering rule of the layer.
 

Methods in com.esri.android.map.ags with parameters of type RasterFunction
 void ArcGISImageServiceLayer.setRenderingRule(RasterFunction renderingRule)
          Sets the rendering rule of the layer to the given value.
 

Uses of RasterFunction in com.esri.core.map
 

Methods in com.esri.core.map that return RasterFunction
 RasterFunction ImageServiceParameters.getRenderingRule()
          Gets the renderingRule of the ImageServiceParameters.
 

Methods in com.esri.core.map with parameters of type RasterFunction
 void ImageServiceParameters.setRenderingRule(RasterFunction renderingRule)
          Sets the renderingRule of the ImageServiceParameters.
 

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



Copyright © 2012. All Rights Reserved.