com.esri.arcgis.datasourcesraster
Interface IRGB32PixelResampler

All Superinterfaces:
IPixelResampler, java.io.Serializable
All Known Implementing Classes:
IRGB32PixelResamplerProxy, RGB32PixelResampler

public interface IRGB32PixelResampler
extends IPixelResampler, java.io.Serializable

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

Description: 'Provides access to members that control a RGB 32-bit packed pixel resampler.' 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 IID7b45924f_d423_446a_bc51_2338dd853e23
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IPixelResampler
IID25c98a24_1331_49a0_bcf2_4f5155e1e016
 
Method Summary
 java.lang.Object getBackground()
          The background value.
 int getResamplingMethod()
          The resampling method.
 void setBackground(java.lang.Object pBackground)
          The background value.
 void setResamplingMethod(int pMethod)
          The resampling method.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IPixelResampler
getWindowSize, isDownSampling, isLinearScaling, isSupportLinearScaling, resample, setLinearScaling
 

Field Detail

IID7b45924f_d423_446a_bc51_2338dd853e23

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

getResamplingMethod

int getResamplingMethod()
                        throws java.io.IOException,
                               AutomationException
The resampling method.

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.

setResamplingMethod

void setResamplingMethod(int pMethod)
                         throws java.io.IOException,
                                AutomationException
The resampling method.

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

getBackground

java.lang.Object getBackground()
                               throws java.io.IOException,
                                      AutomationException
The background value.

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

setBackground

void setBackground(java.lang.Object pBackground)
                   throws java.io.IOException,
                          AutomationException
The background value.

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