com.esri.arcgis.carto
Interface IRasterStretchMinMax

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterStretchMinMaxProxy, RasterStretchColorRampRenderer

public interface IRasterStretchMinMax
extends java.io.Serializable

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

Description: 'Provides access to min/max members which control contrast stretching.' 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 IIDca38a249_94fe_45d0_9403_d3a8a3911943
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getCustomStretchMax()
          The custom maximum value for stretch renderer type "Minimum-Maximum".
 double getCustomStretchMin()
          The custom minimum value for stretch renderer type "Minimum-Maximum".
 double getStretchMax()
          The maximum value used for stretching cell values.
 double getStretchMin()
          The minimum value used for stretching cell values.
 boolean isUseCustomStretchMinMax()
          Indicates whether to use the custom minimum/maximum values for stretch renderer type "Minimum-Maximum".
 void setCustomStretchMax(double param)
          The custom maximum value for stretch renderer type "Minimum-Maximum".
 void setCustomStretchMin(double param)
          The custom minimum value for stretch renderer type "Minimum-Maximum".
 void setUseCustomStretchMinMax(boolean pUse)
          Indicates whether to use the custom minimum/maximum values for stretch renderer type "Minimum-Maximum".
 

Field Detail

IIDca38a249_94fe_45d0_9403_d3a8a3911943

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

getStretchMin

double getStretchMin()
                     throws java.io.IOException,
                            AutomationException
The minimum value used for stretching cell values.

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

getStretchMax

double getStretchMax()
                     throws java.io.IOException,
                            AutomationException
The maximum value used for stretching cell values.

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

setCustomStretchMin

void setCustomStretchMin(double param)
                         throws java.io.IOException,
                                AutomationException
The custom minimum value for stretch renderer type "Minimum-Maximum".

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

getCustomStretchMin

double getCustomStretchMin()
                           throws java.io.IOException,
                                  AutomationException
The custom minimum value for stretch renderer type "Minimum-Maximum".

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

setCustomStretchMax

void setCustomStretchMax(double param)
                         throws java.io.IOException,
                                AutomationException
The custom maximum value for stretch renderer type "Minimum-Maximum".

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

getCustomStretchMax

double getCustomStretchMax()
                           throws java.io.IOException,
                                  AutomationException
The custom maximum value for stretch renderer type "Minimum-Maximum".

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

setUseCustomStretchMinMax

void setUseCustomStretchMinMax(boolean pUse)
                               throws java.io.IOException,
                                      AutomationException
Indicates whether to use the custom minimum/maximum values for stretch renderer type "Minimum-Maximum".

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

isUseCustomStretchMinMax

boolean isUseCustomStretchMinMax()
                                 throws java.io.IOException,
                                        AutomationException
Indicates whether to use the custom minimum/maximum values for stretch renderer type "Minimum-Maximum".

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