com.esri.arcgisws
Class RasterFunctionArguments

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

public class RasterFunctionArguments
extends java.lang.Object
implements java.io.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.3}ArrayOfString" minOccurs="0"/>
         <element name="Values" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfAnyType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
RasterFunctionArguments()
          RasterFunctionArguments default constructor.
RasterFunctionArguments(java.lang.String[] names, java.lang.Object[] values)
          Deprecated. 
 
Method Summary
 java.lang.String[] getNames()
          Gets the value of the names property.
 java.lang.Object[] getValues()
          Gets the value of the values property.
 void setNames(java.lang.String[] value)
          Sets the value of the names property.
 void setValues(java.lang.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(java.lang.String[] names,
                                          java.lang.Object[] values)
Deprecated. 

RasterFunctionArguments constructor.


RasterFunctionArguments

public RasterFunctionArguments()
RasterFunctionArguments default constructor.

Method Detail

getNames

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

Returns:
possible object is []

setNames

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

Parameters:
value - allowed object is []

getValues

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

Returns:
possible object is []

setValues

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

Parameters:
value - allowed object is []