com.esri.arcgisws
Class ExtractBandFunctionArguments

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

public class ExtractBandFunctionArguments
extends RasterFunctionArguments
implements Serializable

Java class for ExtractBandFunctionArguments complex type.

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

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

See Also:
Serialized Form

Constructor Summary
ExtractBandFunctionArguments()
          ExtractBandFunctionArguments default constructor.
ExtractBandFunctionArguments(String[] names, 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

ExtractBandFunctionArguments

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

ExtractBandFunctionArguments constructor.


ExtractBandFunctionArguments

public ExtractBandFunctionArguments()
ExtractBandFunctionArguments default constructor.