|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISlopeFunctionArguments
Provides access to members that control slope function arguments.
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 |
---|
Object getDEM() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDEMByRef(Object ppDEM) throws IOException, AutomationException
ppDEM
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getZFactor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setZFactor(double pZfactor) throws IOException, AutomationException
pZfactor
- The pZfactor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |