public interface IRGB32PixelResampler extends IPixelResampler, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID7b45924f_d423_446a_bc51_2338dd853e23 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID25c98a24_1331_49a0_bcf2_4f5155e1e016
Modifier and Type | Method and Description |
---|---|
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.
|
getWindowSize, isDownSampling, isLinearScaling, isSupportLinearScaling, resample, setLinearScaling
static final int IID7b45924f_d423_446a_bc51_2338dd853e23
static final int xxDummy
static final java.lang.String IID
int getResamplingMethod() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setResamplingMethod(int pMethod) throws java.io.IOException, AutomationException
pMethod
- A com.esri.arcgis.geodatabase.rstResamplingTypes constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getBackground() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBackground(java.lang.Object pBackground) throws java.io.IOException, AutomationException
pBackground
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.