public interface IOverviewImageParameters
extends java.io.Serializable
Description: 'Provides access to members that control overview image parameters.' 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 |
IIDde785fa7_36fa_4b0e_a26c_e04ec264973a |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getResamplingMethod()
The sampling method used on the mosaic dataset while generating the overview raster dataset.
|
IRasterStorageDef |
getStorageDef()
The raster storage definition.
|
void |
setResamplingMethod(int pSamplingMethod)
The sampling method used on the mosaic dataset while generating the overview raster dataset.
|
void |
setStorageDefByRef(IRasterStorageDef ppStorageDef)
The raster storage definition.
|
static final int IIDde785fa7_36fa_4b0e_a26c_e04ec264973a
static final int xxDummy
static final java.lang.String IID
IRasterStorageDef getStorageDef() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStorageDefByRef(IRasterStorageDef ppStorageDef) throws java.io.IOException, AutomationException
ppStorageDef
- A reference to a com.esri.arcgis.geodatabase.IRasterStorageDef (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setResamplingMethod(int pSamplingMethod) throws java.io.IOException, AutomationException
pSamplingMethod
- A com.esri.arcgis.geodatabase.rstResamplingTypes constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getResamplingMethod() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.