com.esri.arcgisws
Class ShadedReliefFunctionArguments

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

public class ShadedReliefFunctionArguments
extends RasterFunctionArguments
implements Serializable

Java class for ShadedReliefFunctionArguments complex type.

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

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

See Also:
Serialized Form

Constructor Summary
ShadedReliefFunctionArguments()
          ShadedReliefFunctionArguments default constructor.
ShadedReliefFunctionArguments(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

ShadedReliefFunctionArguments

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

ShadedReliefFunctionArguments constructor.


ShadedReliefFunctionArguments

public ShadedReliefFunctionArguments()
ShadedReliefFunctionArguments default constructor.