com.esri.arcgis.datasourcesraster
Interface IExcludedAreaFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ExcludedAreaFunctionArguments, IExcludedAreaFunctionArgumentsProxy

public interface IExcludedAreaFunctionArguments
extends java.io.Serializable

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

Description: 'Provides access to members that control Excluded Area 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 IIDdfff1d7c_bee4_4bf3_8781_f6092817fa98
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getBlackThreshold()
          The black threshold value.
 double getBlueThreshold()
          The blue threshold value.
 double getCyanThreshold()
          The cyan threshold value.
 double getGreenThreshold()
          The green threshold value.
 double getHighHistogramThreshold()
          The high histogram threshold value.
 double getLowHistogramThreshold()
          The low histogram threshold value.
 double getMagitaThreshold()
          The magita threshold value.
 int getPixelBitDepth()
          The actual pixel bit depth.
 java.lang.Object getRaster()
          The input raster.
 double getRedThreshold()
          The red threshold value.
 double getWhiteThreshold()
          The white threshold value.
 double getYellowThreshold()
          The yellow threshold value.
 void setBlackThreshold(double pValue)
          The black threshold value.
 void setBlueThreshold(double pValue)
          The blue threshold value.
 void setCyanThreshold(double pValue)
          The cyan threshold value.
 void setGreenThreshold(double pValue)
          The green threshold value.
 void setHighHistogramThreshold(double pValue)
          The high histogram threshold value.
 void setLowHistogramThreshold(double pValue)
          The low histogram threshold value.
 void setMagitaThreshold(double pValue)
          The magita threshold value.
 void setPixelBitDepth(int pValue)
          The actual pixel bit depth.
 void setRasterByRef(java.lang.Object ppRaster)
          The input raster.
 void setRedThreshold(double pValue)
          The red threshold value.
 void setWhiteThreshold(double pValue)
          The white threshold value.
 void setYellowThreshold(double pValue)
          The yellow threshold value.
 

Field Detail

IIDdfff1d7c_bee4_4bf3_8781_f6092817fa98

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

getRaster

java.lang.Object getRaster()
                           throws java.io.IOException,
                                  AutomationException
The input raster.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterByRef

void setRasterByRef(java.lang.Object ppRaster)
                    throws java.io.IOException,
                           AutomationException
The input raster.

Parameters:
ppRaster - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWhiteThreshold

double getWhiteThreshold()
                         throws java.io.IOException,
                                AutomationException
The white threshold value.

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

setWhiteThreshold

void setWhiteThreshold(double pValue)
                       throws java.io.IOException,
                              AutomationException
The white threshold value.

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

getBlackThreshold

double getBlackThreshold()
                         throws java.io.IOException,
                                AutomationException
The black threshold value.

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

setBlackThreshold

void setBlackThreshold(double pValue)
                       throws java.io.IOException,
                              AutomationException
The black threshold value.

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

getRedThreshold

double getRedThreshold()
                       throws java.io.IOException,
                              AutomationException
The red threshold value.

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

setRedThreshold

void setRedThreshold(double pValue)
                     throws java.io.IOException,
                            AutomationException
The red threshold value.

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

getGreenThreshold

double getGreenThreshold()
                         throws java.io.IOException,
                                AutomationException
The green threshold value.

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

setGreenThreshold

void setGreenThreshold(double pValue)
                       throws java.io.IOException,
                              AutomationException
The green threshold value.

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

getBlueThreshold

double getBlueThreshold()
                        throws java.io.IOException,
                               AutomationException
The blue threshold value.

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

setBlueThreshold

void setBlueThreshold(double pValue)
                      throws java.io.IOException,
                             AutomationException
The blue threshold value.

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

getCyanThreshold

double getCyanThreshold()
                        throws java.io.IOException,
                               AutomationException
The cyan threshold value.

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

setCyanThreshold

void setCyanThreshold(double pValue)
                      throws java.io.IOException,
                             AutomationException
The cyan threshold value.

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

getMagitaThreshold

double getMagitaThreshold()
                          throws java.io.IOException,
                                 AutomationException
The magita threshold value.

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

setMagitaThreshold

void setMagitaThreshold(double pValue)
                        throws java.io.IOException,
                               AutomationException
The magita threshold value.

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

getYellowThreshold

double getYellowThreshold()
                          throws java.io.IOException,
                                 AutomationException
The yellow threshold value.

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

setYellowThreshold

void setYellowThreshold(double pValue)
                        throws java.io.IOException,
                               AutomationException
The yellow threshold value.

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

getLowHistogramThreshold

double getLowHistogramThreshold()
                                throws java.io.IOException,
                                       AutomationException
The low histogram threshold value.

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

setLowHistogramThreshold

void setLowHistogramThreshold(double pValue)
                              throws java.io.IOException,
                                     AutomationException
The low histogram threshold value.

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

getHighHistogramThreshold

double getHighHistogramThreshold()
                                 throws java.io.IOException,
                                        AutomationException
The high histogram threshold value.

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

setHighHistogramThreshold

void setHighHistogramThreshold(double pValue)
                               throws java.io.IOException,
                                      AutomationException
The high histogram threshold value.

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

getPixelBitDepth

int getPixelBitDepth()
                     throws java.io.IOException,
                            AutomationException
The actual pixel bit depth.

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

setPixelBitDepth

void setPixelBitDepth(int pValue)
                      throws java.io.IOException,
                             AutomationException
The actual pixel bit depth.

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