com.esri.arcgisws
Class RasterFunction

java.lang.Object
  extended by com.esri.arcgisws.RasterFunction
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ArithmeticFunction, AspectFunction, ClipFunction, ColormapFunction, ColormapToRGBFunction, ColorspaceConversionFunction, ComplexFunction, ConstantFunction, ConvolutionFunction, ExtractBandFunction, GeometricFunction, GrayscaleFunction, HillshadeFunction, IdentityFunction, MaskFunction, NDVIFunction, PansharpeningFunction, RasterFunctionTemplate, RasterInfoFunction, ShadedReliefFunction, SlopeFunction, SpectralConversionFunction, StatisticsFunction, StretchFunction, TrendFunction

public class RasterFunction
extends Object
implements Serializable

Java class for RasterFunction complex type.

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

 <complexType name="RasterFunction">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PixelType" type="{http://www.esri.com/schemas/ArcGIS/10.0}rstPixelType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
RasterFunction()
          RasterFunction default constructor.
RasterFunction(String name, String description, RstPixelType pixelType)
          Deprecated. 
 
Method Summary
 String getDescription()
          Gets the value of the description property.
 String getName()
          Gets the value of the name property.
 RstPixelType getPixelType()
          Gets the value of the pixelType property.
 void setDescription(String value)
          Sets the value of the description property.
 void setName(String value)
          Sets the value of the name property.
 void setPixelType(RstPixelType value)
          Sets the value of the pixelType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RasterFunction

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

RasterFunction constructor.


RasterFunction

public RasterFunction()
RasterFunction default constructor.

Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getPixelType

public RstPixelType getPixelType()
Gets the value of the pixelType property.

Returns:
possible object is RstPixelType

setPixelType

public void setPixelType(RstPixelType value)
Sets the value of the pixelType property.

Parameters:
value - allowed object is RstPixelType