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

Packages that use RasterFunction
com.esri.core.map   
com.esri.map   
 

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.
 

Uses of RasterFunction in com.esri.map
 

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

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



Copyright © 2012. All Rights Reserved.