com.esri.arcgis.carto
Interface IRasterDRAShader

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterDRAShaderProxy, RasterDRAShader

public interface IRasterDRAShader
extends java.io.Serializable

COM Interface 'IRasterDRAShader'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Access to members that allow a DRA shader to process pixel channels.' 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 IID35ae89d7_540f_400b_82a6_cfae4a296fef
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 float getPercentMax()
          The percent max.
 float getPercentMin()
          The percent min.
 float getStdDevParam()
          The number of standard deviation.
 int getStretchType()
          The stretch type.
 void setPercentMax(float pPercentMax)
          The percent max.
 void setPercentMin(float pPercentMin)
          The percent min.
 void setStdDevParam(float pStddev)
          The number of standard deviation.
 void setStretchType(int pStretchType)
          The stretch type.
 

Field Detail

IID35ae89d7_540f_400b_82a6_cfae4a296fef

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

setStretchType

void setStretchType(int pStretchType)
                    throws java.io.IOException,
                           AutomationException
The stretch type.

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

getStretchType

int getStretchType()
                   throws java.io.IOException,
                          AutomationException
The stretch type.

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

setStdDevParam

void setStdDevParam(float pStddev)
                    throws java.io.IOException,
                           AutomationException
The number of standard deviation.

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

getStdDevParam

float getStdDevParam()
                     throws java.io.IOException,
                            AutomationException
The number of standard deviation.

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

setPercentMin

void setPercentMin(float pPercentMin)
                   throws java.io.IOException,
                          AutomationException
The percent min.

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

getPercentMin

float getPercentMin()
                    throws java.io.IOException,
                           AutomationException
The percent min.

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

setPercentMax

void setPercentMax(float pPercentMax)
                   throws java.io.IOException,
                          AutomationException
The percent max.

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

getPercentMax

float getPercentMax()
                    throws java.io.IOException,
                           AutomationException
The percent max.

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