com.esri.arcgisws
Class RasterFunctionArguments

java.lang.Object
  extended by com.esri.arcgisws.RasterFunctionArguments
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ArithmeticFunctionArguments, ClipFunctionArguments, ColormapFunctionArguments, ColorspaceConversionFunctionArguments, ConstantFunctionArguments, ConvolutionFunctionArguments, ExtractBandFunctionArguments, GeometricFunctionArguments, GrayscaleFunctionArguments, HillshadeFunctionArguments, MaskFunctionArguments, NDVIFunctionArguments, PansharpeningFunctionArguments, RasterInfoFunctionArguments, ShadedReliefFunctionArguments, SlopeFunctionArguments, SpectralConversionFunctionArguments, StatisticsFunctionArguments, StretchFunctionArguments, TrendFunctionArguments

public class RasterFunctionArguments
extends Object
implements Serializable

Java class for RasterFunctionArguments complex type.

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

 <complexType name="RasterFunctionArguments">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Names" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfString" minOccurs="0"/>
         <element name="Values" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfAnyType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
RasterFunctionArguments()
          RasterFunctionArguments default constructor.
RasterFunctionArguments(String[] names, Object[] values)
          Deprecated. 
 
Method Summary
 String[] getNames()
          Gets the value of the names property.
 Object[] getValues()
          Gets the value of the values property.
 void setNames(String[] value)
          Sets the value of the names property.
 void setValues(Object[] value)
          Sets the value of the values property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RasterFunctionArguments

@Deprecated
public RasterFunctionArguments(String[] names,
                                          Object[] values)
Deprecated. 

RasterFunctionArguments constructor.


RasterFunctionArguments

public RasterFunctionArguments()
RasterFunctionArguments default constructor.

Method Detail

getNames

public String[] getNames()
Gets the value of the names property.

Returns:
possible object is []

setNames

public void setNames(String[] value)
Sets the value of the names property.

Parameters:
value - allowed object is []

getValues

public Object[] getValues()
Gets the value of the values property.

Returns:
possible object is []

setValues

public void setValues(Object[] value)
Sets the value of the values property.

Parameters:
value - allowed object is []