|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISlopeScalingArguments
Provides access to members that control hillshade/slope function arguments.
| Method Summary | |
|---|---|
double |
getPixelSizeFactor()
The Z scale factor that converts z value to a function of x and y. |
double |
getPixelSizePower()
Pixel size power |
int |
getScalingType()
The output scaling method. |
boolean |
isRemoveEdgeEffect()
Flag to remove seams from multi resolution datasets. |
void |
setPixelSizeFactor(double psZFactor)
The Z scale factor that converts z value to a function of x and y. |
void |
setPixelSizePower(double psPower)
Pixel size power |
void |
setRemoveEdgeEffect(boolean pRemoveEdgeEffect)
Flag to remove seams from multi resolution datasets. |
void |
setScalingType(int scalingType)
The output scaling method. |
| Method Detail |
|---|
double getPixelSizePower()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPixelSizePower(double psPower)
throws IOException,
AutomationException
psPower - The psPower (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getPixelSizeFactor()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPixelSizeFactor(double psZFactor)
throws IOException,
AutomationException
psZFactor - The psZFactor (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getScalingType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setScalingType(int scalingType)
throws IOException,
AutomationException
scalingType - A com.esri.arcgis.datasourcesraster.esriSlopeType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isRemoveEdgeEffect()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRemoveEdgeEffect(boolean pRemoveEdgeEffect)
throws IOException,
AutomationException
pRemoveEdgeEffect - The pRemoveEdgeEffect (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 | ||||||||