com.esri.arcgis.datasourcesraster
Interface ISlopeFunctionArguments

All Superinterfaces:
Serializable
All Known Implementing Classes:
SlopeFunctionArguments

public interface ISlopeFunctionArguments
extends Serializable

Provides access to members that control slope function arguments.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 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(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.
 

Method Detail

getDEM

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setDEMByRef

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getZFactor

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setZFactor

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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