com.esri.arcgis.datasourcesraster
Interface IConvolutionFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ConvolutionFunctionArguments, IConvolutionFunctionArgumentsProxy

public interface IConvolutionFunctionArguments
extends java.io.Serializable

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

Description: 'Provides access to members that control a kernel-based convolution function.' 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 IIDc99e8c28_55ee_4c9c_8e6d_b6624b925878
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getColumns()
          The number of columns of the kernel filter.
 IDoubleArray getKernel()
          The convolution filter kernel values.
 java.lang.Object getRaster()
          The source raster object.
 int getRows()
          The number of rows of the kernel filter.
 int getType()
          The type of the stock kernel filter.
 void setColumns(int pColumns)
          The number of columns of the kernel filter.
 void setKernel(IDoubleArray ppKernel)
          The convolution filter kernel values.
 void setRasterByRef(java.lang.Object ppRaster)
          The source raster object.
 void setRows(int pRows)
          The number of rows of the kernel filter.
 void setType(int pType)
          The type of the stock kernel filter.
 

Field Detail

IIDc99e8c28_55ee_4c9c_8e6d_b6624b925878

static final int IIDc99e8c28_55ee_4c9c_8e6d_b6624b925878
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 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.

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.

setType

void setType(int pType)
             throws java.io.IOException,
                    AutomationException
The type of the stock kernel filter.

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

getType

int getType()
            throws java.io.IOException,
                   AutomationException
The type of the stock kernel filter.

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

setColumns

void setColumns(int pColumns)
                throws java.io.IOException,
                       AutomationException
The number of columns of the kernel filter.

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

getColumns

int getColumns()
               throws java.io.IOException,
                      AutomationException
The number of columns of the kernel filter.

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

setRows

void setRows(int pRows)
             throws java.io.IOException,
                    AutomationException
The number of rows of the kernel filter.

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

getRows

int getRows()
            throws java.io.IOException,
                   AutomationException
The number of rows of the kernel filter.

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

getKernel

IDoubleArray getKernel()
                       throws java.io.IOException,
                              AutomationException
The convolution filter kernel 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.

setKernel

void setKernel(IDoubleArray ppKernel)
               throws java.io.IOException,
                      AutomationException
The convolution filter kernel values.

Parameters:
ppKernel - 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.