Provides access to members that define a set of external Level-Of-Detail rasters for a given input raster.
Members
Name | Description | |
---|---|---|
PyramidRasters | An array of rasters that represent the pyramid levels. | |
Raster | The input full resolution source raster. |
IPyramidFunctionArguments.PyramidRasters Property
An array of rasters that represent the pyramid levels.
Public Property PyramidRasters As IArray
public IArray PyramidRasters {get; set;}
IPyramidFunctionArguments.Raster Property
The input full resolution source raster.
Public Property Raster As Object
public object Raster {get; set;}
Classes that implement IPyramidFunctionArguments
Classes | Description |
---|---|
PyramidFunctionArguments | A class for a Pyramid raster function arguments. |