public interface ISlopeScalingArguments
extends java.io.Serializable
Description: 'Provides access to members that control hillshade/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 =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDb2a1643a_41cd_4b9d_a568_6ca85b7e7031 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
static final int IIDb2a1643a_41cd_4b9d_a568_6ca85b7e7031
static final int xxDummy
static final java.lang.String IID
double getPixelSizePower()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setPixelSizePower(double psPower)
throws java.io.IOException,
AutomationException
psPower - The psPower (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getPixelSizeFactor()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setPixelSizeFactor(double psZFactor)
throws java.io.IOException,
AutomationException
psZFactor - The psZFactor (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getScalingType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setScalingType(int scalingType)
throws java.io.IOException,
AutomationException
scalingType - A com.esri.arcgis.datasourcesraster.esriSlopeType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isRemoveEdgeEffect()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setRemoveEdgeEffect(boolean pRemoveEdgeEffect)
throws java.io.IOException,
AutomationException
pRemoveEdgeEffect - The pRemoveEdgeEffect (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.