|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRGB32PixelResampler
Provides access to members that control a RGB 32-bit packed pixel resampler.
This interface is new at ArcGIS 9.3.
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 |
---|
int getResamplingMethod() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setResamplingMethod(int pMethod) throws IOException, AutomationException
pMethod
- A com.esri.arcgis.geodatabase.rstResamplingTypes constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getBackground() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBackground(Object pBackground) throws IOException, AutomationException
pBackground
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |