com.esri.arcgis.datasourcesraster
Interface IOverviewTileParameters2

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

public interface IOverviewTileParameters2
extends IOverviewTileParameters, Serializable

Provides access to members that control overview image parameters.

Product Availability

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


Method Summary
 IPoint getBaseCellSize()
          The cell size of the first level of overview tiles.
 void setBaseCellSizeByRef(IPoint ppBaseCellSize)
          The cell size of the first level of overview tiles.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IOverviewTileParameters
getAoiGeometry, getCellSize, getLevels, getMaximumSizeOfTopmostOverview, getOrigin, getOverviewFactor, getTileCols, getTileRows, getWorkspaceName, setAoiGeometryByRef, setCellSize, setLevels, setMaximumSizeOfTopmostOverview, setOriginByRef, setOverviewFactor, setTileCols, setTileRows, setWorkspaceNameByRef
 

Method Detail

setBaseCellSizeByRef

void setBaseCellSizeByRef(IPoint ppBaseCellSize)
                          throws IOException,
                                 AutomationException
The cell size of the first level of overview tiles. If this property is not specified, the value in IOverviewTileParameters.CellSize is used.

Product Availability

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

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

getBaseCellSize

IPoint getBaseCellSize()
                       throws IOException,
                              AutomationException
The cell size of the first level of overview tiles. If this property is not specified, the value in IOverviewTileParameters.CellSize is used.

Product Availability

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

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