com.esri.arcgisws
Class ArithmeticFunctionArguments

java.lang.Object
  extended by com.esri.arcgisws.RasterFunctionArguments
      extended by com.esri.arcgisws.ArithmeticFunctionArguments
All Implemented Interfaces:
java.io.Serializable

public class ArithmeticFunctionArguments
extends RasterFunctionArguments
implements java.io.Serializable

Java class for ArithmeticFunctionArguments complex type.

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

 <complexType name="ArithmeticFunctionArguments">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.3}RasterFunctionArguments">
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
ArithmeticFunctionArguments()
          ArithmeticFunctionArguments default constructor.
ArithmeticFunctionArguments(java.lang.String[] names, java.lang.Object[] values)
          Deprecated. 
 
Method Summary
 
Methods inherited from class com.esri.arcgisws.RasterFunctionArguments
getNames, getValues, setNames, setValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArithmeticFunctionArguments

@Deprecated
public ArithmeticFunctionArguments(java.lang.String[] names,
                                              java.lang.Object[] values)
Deprecated. 

ArithmeticFunctionArguments constructor.


ArithmeticFunctionArguments

public ArithmeticFunctionArguments()
ArithmeticFunctionArguments default constructor.