com.esri.arcgis.datasourcesraster
Interface IOverviewImageParameters

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefineOverviewsParameters, IOverviewImageParametersProxy

public interface IOverviewImageParameters
extends Serializable

Provides access to members that control overview image parameters.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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.
 

Method Detail

getStorageDef

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setStorageDefByRef

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setResamplingMethod

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getResamplingMethod

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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