com.esri.arcgisws
Class ColormapToRGBFunction

java.lang.Object
  extended by com.esri.arcgisws.RasterFunction
      extended by com.esri.arcgisws.ColormapToRGBFunction
All Implemented Interfaces:
Serializable

public class ColormapToRGBFunction
extends RasterFunction
implements Serializable

Java class for ColormapToRGBFunction complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ColormapToRGBFunction">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}RasterFunction">
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
ColormapToRGBFunction()
          ColormapToRGBFunction default constructor.
ColormapToRGBFunction(String name, String description, RstPixelType pixelType)
          Deprecated. 
 
Method Summary
 
Methods inherited from class com.esri.arcgisws.RasterFunction
getDescription, getName, getPixelType, setDescription, setName, setPixelType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColormapToRGBFunction

@Deprecated
public ColormapToRGBFunction(String name,
                                        String description,
                                        RstPixelType pixelType)
Deprecated. 

ColormapToRGBFunction constructor.


ColormapToRGBFunction

public ColormapToRGBFunction()
ColormapToRGBFunction default constructor.