com.esri.arcgis.datasourcesraster
Interface ISlopeFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISlopeFunctionArgumentsProxy, SlopeFunctionArguments

public interface ISlopeFunctionArguments
extends java.io.Serializable

COM Interface 'ISlopeFunctionArguments'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control slope function arguments.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDafa7c443_cb8a_4263_8fbf_927b38edf1b8
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object getDEM()
          The input elevation model.
 double getZFactor()
          The Z scale factor that converts z value to the unit of x and y.
 void setDEMByRef(java.lang.Object ppDEM)
          The input elevation model.
 void setZFactor(double pZfactor)
          The Z scale factor that converts z value to the unit of x and y.
 

Field Detail

IIDafa7c443_cb8a_4263_8fbf_927b38edf1b8

static final int IIDafa7c443_cb8a_4263_8fbf_927b38edf1b8
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getDEM

java.lang.Object getDEM()
                        throws java.io.IOException,
                               AutomationException
The input elevation model.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDEMByRef

void setDEMByRef(java.lang.Object ppDEM)
                 throws java.io.IOException,
                        AutomationException
The input elevation model.

Parameters:
ppDEM - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getZFactor

double getZFactor()
                  throws java.io.IOException,
                         AutomationException
The Z scale factor that converts z value to the unit of x and y.

Returns:
The pZfactor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setZFactor

void setZFactor(double pZfactor)
                throws java.io.IOException,
                       AutomationException
The Z scale factor that converts z value to the unit of x and y.

Parameters:
pZfactor - The pZfactor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.