public interface IRasterResamplingControl
extends java.io.Serializable
Description: 'Provides access to members that provides raster resampling control.' 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 |
IIDdfef659c_012d_41ae_965d_5e1ec4841add |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getResamplingHint()
The raster resampling hint.
|
void |
setResamplingHint(int pHint)
The raster resampling hint.
|
static final int IIDdfef659c_012d_41ae_965d_5e1ec4841add
static final int xxDummy
static final java.lang.String IID
int getResamplingHint() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setResamplingHint(int pHint) throws java.io.IOException, AutomationException
pHint
- A com.esri.arcgis.geodatabase.esriRasterResamplingHint constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.