com.esri.arcgis.datasourcesraster
Interface IResampleFunctionArguments

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IResampleFunctionArgumentsProxy, ResampleFunctionArguments

public interface IResampleFunctionArguments
extends java.io.Serializable

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

Description: 'Provides access to members that control resample 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 IIDf6e52e07_4af9_4f64_a204_1b958958a10c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IPnt getInputCellsize()
          The input resampling cellsize.
 IPnt getOutputCellsize()
          The output resampling cellsize.
 java.lang.Object getRaster()
          The source raster object.
 int getResamplingType()
          The resampling type.
 void setInputCellsizeByRef(IPnt ppCellsize)
          The input resampling cellsize.
 void setOutputCellsizeByRef(IPnt ppCellsize)
          The output resampling cellsize.
 void setRasterByRef(java.lang.Object ppRaster)
          The source raster object.
 void setResamplingType(int pResamplingType)
          The resampling type.
 

Field Detail

IIDf6e52e07_4af9_4f64_a204_1b958958a10c

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

getResamplingType

int getResamplingType()
                      throws java.io.IOException,
                             AutomationException
The resampling type.

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

setResamplingType

void setResamplingType(int pResamplingType)
                       throws java.io.IOException,
                              AutomationException
The resampling type.

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

getInputCellsize

IPnt getInputCellsize()
                      throws java.io.IOException,
                             AutomationException
The input resampling cellsize.

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

setInputCellsizeByRef

void setInputCellsizeByRef(IPnt ppCellsize)
                           throws java.io.IOException,
                                  AutomationException
The input resampling cellsize.

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

getOutputCellsize

IPnt getOutputCellsize()
                       throws java.io.IOException,
                              AutomationException
The output resampling cellsize.

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

setOutputCellsizeByRef

void setOutputCellsizeByRef(IPnt ppCellsize)
                            throws java.io.IOException,
                                   AutomationException
The output resampling cellsize.

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