com.esri.arcgisws
Class RasterFunctionTemplate

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

public class RasterFunctionTemplate
extends RasterFunction
implements java.io.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.3}RasterFunction">
       <sequence>
         <element name="Function" type="{http://www.esri.com/schemas/ArcGIS/10.3}RasterFunction"/>
         <element name="Arguments" type="{http://www.esri.com/schemas/ArcGIS/10.3}RasterFunctionArguments" minOccurs="0"/>
         <element name="Aliases" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfString" minOccurs="0"/>
         <element name="Help" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
RasterFunctionTemplate()
          RasterFunctionTemplate default constructor.
RasterFunctionTemplate(java.lang.String name, java.lang.String description, RstPixelType pixelType, RasterFunction function, RasterFunctionArguments arguments, java.lang.String[] aliases, java.lang.String help)
          Deprecated. 
 
Method Summary
 java.lang.String[] getAliases()
          Gets the value of the aliases property.
 RasterFunctionArguments getArguments()
          Gets the value of the arguments property.
 RasterFunction getFunction()
          Gets the value of the function property.
 java.lang.String getHelp()
          Gets the value of the help property.
 void setAliases(java.lang.String[] value)
          Sets the value of the aliases property.
 void setArguments(RasterFunctionArguments value)
          Sets the value of the arguments property.
 void setFunction(RasterFunction value)
          Sets the value of the function property.
 void setHelp(java.lang.String value)
          Sets the value of the help 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(java.lang.String name,
                                         java.lang.String description,
                                         RstPixelType pixelType,
                                         RasterFunction function,
                                         RasterFunctionArguments arguments,
                                         java.lang.String[] aliases,
                                         java.lang.String help)
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

getAliases

public java.lang.String[] getAliases()
Gets the value of the aliases property.

Returns:
possible object is []

setAliases

public void setAliases(java.lang.String[] value)
Sets the value of the aliases property.

Parameters:
value - allowed object is []

getHelp

public java.lang.String getHelp()
Gets the value of the help property.

Returns:
possible object is String

setHelp

public void setHelp(java.lang.String value)
Sets the value of the help property.

Parameters:
value - allowed object is String