com.esri.arcgis.datasourcesraster
Interface IOverviewImageParameters

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DefineOverviewsParameters, IOverviewImageParametersProxy

public interface IOverviewImageParameters
extends java.io.Serializable

COM Interface 'IOverviewImageParameters'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDde785fa7_36fa_4b0e_a26c_e04ec264973a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IIDde785fa7_36fa_4b0e_a26c_e04ec264973a

static final int IIDde785fa7_36fa_4b0e_a26c_e04ec264973a
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getStorageDef

IRasterStorageDef getStorageDef()
                                throws java.io.IOException,
                                       AutomationException
The raster storage definition.

Returns:
A reference to a com.esri.arcgis.geodatabase.IRasterStorageDef
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStorageDefByRef

void setStorageDefByRef(IRasterStorageDef ppStorageDef)
                        throws java.io.IOException,
                               AutomationException
The raster storage definition.

Parameters:
ppStorageDef - A reference to a com.esri.arcgis.geodatabase.IRasterStorageDef (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setResamplingMethod

void setResamplingMethod(int pSamplingMethod)
                         throws java.io.IOException,
                                AutomationException
The sampling method used on the mosaic dataset while generating the overview raster dataset.

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

getResamplingMethod

int getResamplingMethod()
                        throws java.io.IOException,
                               AutomationException
The sampling method used on the mosaic dataset while generating the overview raster dataset.

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