Provides access to members that control overview image parameters.
Members
Name | Description | |
---|---|---|
AoiGeometry | The polygon within which overview tiles are created. | |
BaseCellSize | The cell size of the first level of overview tiles. If this property is not specified, the value in IOverviewTileParameters.CellSize is used. | |
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. | |
Levels | The number of levels of overview tiles created. | |
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 | |
Origin | The origin of the grid containing overview tiles. | |
OverviewFactor | The factor by which two neighboring overview levels differ. | |
TileCols | The recommended number of pixel columns in each overview tiles. | |
TileRows | The recommended number of pixel rows in each overview tiles. | |
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. |