com.esri.arcgis.datasourcesraster
Interface ISlopeScalingArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
HillshadeFunctionArguments, ISlopeScalingArgumentsProxy, ShadedReliefFunction, SlopeFunctionArguments

public interface ISlopeScalingArguments
extends java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDb2a1643a_41cd_4b9d_a568_6ca85b7e7031
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDb2a1643a_41cd_4b9d_a568_6ca85b7e7031

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

getPixelSizePower

double getPixelSizePower()
                         throws java.io.IOException,
                                AutomationException
Pixel size power

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

setPixelSizePower

void setPixelSizePower(double psPower)
                       throws java.io.IOException,
                              AutomationException
Pixel size power

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

getPixelSizeFactor

double getPixelSizeFactor()
                          throws java.io.IOException,
                                 AutomationException
The Z scale factor that converts z value to a function of x and y.

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

setPixelSizeFactor

void setPixelSizeFactor(double psZFactor)
                        throws java.io.IOException,
                               AutomationException
The Z scale factor that converts z value to a function of x and y.

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

getScalingType

int getScalingType()
                   throws java.io.IOException,
                          AutomationException
The output scaling method.

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

setScalingType

void setScalingType(int scalingType)
                    throws java.io.IOException,
                           AutomationException
The output scaling method.

Parameters:
scalingType - A com.esri.arcgis.datasourcesraster.esriSlopeType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isRemoveEdgeEffect

boolean isRemoveEdgeEffect()
                           throws java.io.IOException,
                                  AutomationException
Flag to remove seams from multi resolution datasets.

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

setRemoveEdgeEffect

void setRemoveEdgeEffect(boolean pRemoveEdgeEffect)
                         throws java.io.IOException,
                                AutomationException
Flag to remove seams from multi resolution datasets.

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