Provides access to members that memory support for raster function.
Members
| Name | Description | |
|---|---|---|
![]() |
GetWorkingPixelBlockSize | The running device that the raster function uses |
IRasterFunctionMemoryUtil.GetWorkingPixelBlockSize Method
The running device that the raster function uses
Public Sub GetWorkingPixelBlockSize ( _
ByVal pRawBlocks As IRawBlocks, _
ByVal availFraction As Double, _
ByRef pbRows As Integer, _
ByRef pbCols As Integer _
)
public void GetWorkingPixelBlockSize (
IRawBlocks pRawBlocks,
double availFraction,
ref int pbRows,
ref int pbCols
);
Classes that implement IRasterFunctionMemoryUtil
| Classes | Description |
|---|---|
| AspectFunction | The Aspect function. |
| SlopeFunction | The Slope function. |
