Packagecom.esri.ags.layers.supportClasses
Classpublic class RasterFunction
InheritanceRasterFunction Inheritance Object

Since : ArcGIS API for Flex 2.0

Specifies the processing to be done to the image service.

See also

Raster Functions in REST documentation


Public Properties
 PropertyDefined By
  arguments : Object
The argument object for the raster function.
RasterFunction
  functionName : String
The raster function to use, for example "Aspect", "Colormap", "Hillshade", "NDVI", "ShadedRelief", "Slope", "Statistics" or "Stretch".
RasterFunction
Property Detail
argumentsproperty
public var arguments:Object

The argument object for the raster function. The structure depends on the actual function specified.

functionNameproperty 
public var functionName:String

The raster function to use, for example "Aspect", "Colormap", "Hillshade", "NDVI", "ShadedRelief", "Slope", "Statistics" or "Stretch".

See also