com.esri.arcgis.datasourcesraster
Interface IRGB32PixelResampler

All Superinterfaces:
IPixelResampler, Serializable
All Known Implementing Classes:
RGB32PixelResampler

public interface IRGB32PixelResampler
extends IPixelResampler, Serializable

Provides access to members that control a RGB 32-bit packed pixel resampler.

Description

This interface is new at ArcGIS 9.3.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 Object getBackground()
          The background value.
 int getResamplingMethod()
          The resampling method.
 void setBackground(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
 

Method Detail

getResamplingMethod

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setResamplingMethod

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getBackground

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setBackground

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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