| Package | com.esri.ags.layers.supportClasses |
| Class | public class RasterFunction |
| Inheritance | RasterFunction Object |
| Since : | ArcGIS API for Flex 2.0 |
See also
| Property | Defined 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 | ||
| arguments | property |
public var arguments:ObjectThe argument object for the raster function. The structure depends on the actual function specified.
| functionName | property |
public var functionName:StringThe raster function to use, for example "Aspect", "Colormap", "Hillshade", "NDVI", "ShadedRelief", "Slope", "Statistics" or "Stretch".
See also