IOverviewTileParameters2 Interface

Provides access to members that control overview image parameters.

Members

Name Description
Read/write property AoiGeometry The polygon within which overview tiles are created.
Read/write property BaseCellSize The cell size of the first level of overview tiles. If this property is not specified, the value in IOverviewTileParameters.CellSize is used.
Read/write property CellSize The cell size of the first level of overview tiles in the units of the coordinate system of the catalog. If this property is not specified, the default value is computed automatically.
Read/write property Levels The number of levels of overview tiles created.
Read/write property MaximumSizeOfTopmostOverview The recommended maximum size (in pixels) on any dimension for the lowest resolution overview item. A higher value for this property results in fewer levels of overviews. The operation continues to define a new level as long as the number of pixels of the overv
Read/write property Origin The origin of the grid containing overview tiles.
Read/write property OverviewFactor The factor by which two neighboring overview levels differ.
Read/write property TileCols The recommended number of pixel columns in each overview tiles.
Read/write property TileRows The recommended number of pixel rows in each overview tiles.
Read/write property WorkspaceName The workspace name where overview raster datasets are generated and stored.

IOverviewTileParameters2.BaseCellSize Property

The cell size of the first level of overview tiles. If this property is not specified, the value in IOverviewTileParameters.CellSize is used.

Public Property BaseCellSize As IPoint
public IPoint BaseCellSize {get; set;}

Inherited Interfaces

Interfaces Description
IOverviewTileParameters Provides access to members that control overview tile parameters.

Classes that implement IOverviewTileParameters2

Classes Description
DefineOverviewsParameters An object that controls how new overview items are created in a mosaic dataset.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.