com.esri.arcgis.datasourcesraster
Interface IThresholdFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IThresholdFunctionArgumentsProxy, ThresholdFunctionArguments

public interface IThresholdFunctionArguments
extends java.io.Serializable

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

Description: 'Provides access to members that control threshold 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 IID3f809515_e6c8_4ba4_9dad_0df349b3f704
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IArray getHistograms()
          The raster band histograms.
 java.lang.Object getRaster()
          The source raster object.
 IDoubleArray getThresholds()
          The binary thresholding values.
 int getThresholdType()
          The binary thresholding types.
 void setHistogramsByRef(IArray ppHistograms)
          The raster band histograms.
 void setRasterByRef(java.lang.Object ppRaster)
          The source raster object.
 void setThresholdsByRef(IDoubleArray ppThresholds)
          The binary thresholding values.
 void setThresholdType(int pThresholdType)
          The binary thresholding types.
 

Field Detail

IID3f809515_e6c8_4ba4_9dad_0df349b3f704

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

setRasterByRef

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

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.

getRaster

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

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

getThresholdType

int getThresholdType()
                     throws java.io.IOException,
                            AutomationException
The binary thresholding types.

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

setThresholdType

void setThresholdType(int pThresholdType)
                      throws java.io.IOException,
                             AutomationException
The binary thresholding types.

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

getThresholds

IDoubleArray getThresholds()
                           throws java.io.IOException,
                                  AutomationException
The binary thresholding values.

Returns:
A reference to a com.esri.arcgis.system.IDoubleArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setThresholdsByRef

void setThresholdsByRef(IDoubleArray ppThresholds)
                        throws java.io.IOException,
                               AutomationException
The binary thresholding values.

Parameters:
ppThresholds - A reference to a com.esri.arcgis.system.IDoubleArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHistograms

IArray getHistograms()
                     throws java.io.IOException,
                            AutomationException
The raster band histograms.

Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHistogramsByRef

void setHistogramsByRef(IArray ppHistograms)
                        throws java.io.IOException,
                               AutomationException
The raster band histograms.

Parameters:
ppHistograms - A reference to a com.esri.arcgis.system.IArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.