com.esri.arcgisws
Class RasterFunctionTemplate

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

public class RasterFunctionTemplate
extends RasterFunction
implements Serializable

Java class for RasterFunctionTemplate complex type.

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

 <complexType name="RasterFunctionTemplate">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}RasterFunction">
       <sequence>
         <element name="Function" type="{http://www.esri.com/schemas/ArcGIS/10.0}RasterFunction"/>
         <element name="Arguments" type="{http://www.esri.com/schemas/ArcGIS/10.0}RasterFunctionArguments" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
RasterFunctionTemplate()
          RasterFunctionTemplate default constructor.
RasterFunctionTemplate(String name, String description, RstPixelType pixelType, RasterFunction function, RasterFunctionArguments arguments)
          Deprecated. 
 
Method Summary
 RasterFunctionArguments getArguments()
          Gets the value of the arguments property.
 RasterFunction getFunction()
          Gets the value of the function property.
 void setArguments(RasterFunctionArguments value)
          Sets the value of the arguments property.
 void setFunction(RasterFunction value)
          Sets the value of the function property.
 
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

RasterFunctionTemplate

@Deprecated
public RasterFunctionTemplate(String name,
                                         String description,
                                         RstPixelType pixelType,
                                         RasterFunction function,
                                         RasterFunctionArguments arguments)
Deprecated. 

RasterFunctionTemplate constructor.


RasterFunctionTemplate

public RasterFunctionTemplate()
RasterFunctionTemplate default constructor.

Method Detail

getFunction

public RasterFunction getFunction()
Gets the value of the function property.

Returns:
possible object is RasterFunction

setFunction

public void setFunction(RasterFunction value)
Sets the value of the function property.

Parameters:
value - allowed object is RasterFunction

getArguments

public RasterFunctionArguments getArguments()
Gets the value of the arguments property.

Returns:
possible object is RasterFunctionArguments

setArguments

public void setArguments(RasterFunctionArguments value)
Sets the value of the arguments property.

Parameters:
value - allowed object is RasterFunctionArguments