Provides access to new members that define a set of external Level-Of-Detail rasters for a given input raster.
Members
Name | Description | |
---|---|---|
LODInfos | An array of LOD infos that define each pyramid level. | |
Rasters | The input full resolution source raster along with Pyramid Rasters. |
IPyramidFunctionArguments2.LODInfos Property
An array of LOD infos that define each pyramid level.
Public Property LODInfos As IRasterLODInfos
public IRasterLODInfos LODInfos {get; set;}
IPyramidFunctionArguments2.Rasters Property
The input full resolution source raster along with Pyramid Rasters.
Public Property Rasters As IArray
public IArray Rasters {get; set;}
Classes that implement IPyramidFunctionArguments2
Classes | Description |
---|---|
PyramidFunctionArguments | A class for a Pyramid raster function arguments. |