com.esri.arcgis.datasourcesraster
Interface ICurvatureFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CurvatureFunctionArguments, ICurvatureFunctionArgumentsProxy

public interface ICurvatureFunctionArguments
extends java.io.Serializable

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

Description: 'Provides access to members that control curvature 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 IID67d656e6_d7b1_4819_af72_bbb6c1aeead4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object getRaster()
          The input elevation model.
 int getType()
          Curvature Type
 double getZFactor()
          Z Factor
 void setRasterByRef(java.lang.Object ppRaster)
          The input elevation model.
 void setType(int type)
          Curvature Type
 void setZFactor(double zFactor)
          Z Factor
 

Field Detail

IID67d656e6_d7b1_4819_af72_bbb6c1aeead4

static final int IID67d656e6_d7b1_4819_af72_bbb6c1aeead4
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

getRaster

java.lang.Object getRaster()
                           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.

setRasterByRef

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

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

getType

int getType()
            throws java.io.IOException,
                   AutomationException
Curvature Type

Returns:
A com.esri.arcgis.datasourcesraster.esriCurvatureType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setType

void setType(int type)
             throws java.io.IOException,
                    AutomationException
Curvature Type

Parameters:
type - A com.esri.arcgis.datasourcesraster.esriCurvatureType constant (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
Z Factor

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

setZFactor

void setZFactor(double zFactor)
                throws java.io.IOException,
                       AutomationException
Z Factor

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