IDownsampleFunctionArguments Interface

Provides access to members that control downsample raster function arguments.

Members

Name Description
Read/write property Raster The input raster.
Read/write property ResamplingMethod The sampling method used (optional).
Read/write property StartBlurAtScaleFactor Blur at this or larger downsampling factor (optional).
Read/write property StopBlurAllAtScaleFactor At this downsampling factor, stop blurring all pixels, do only selected instead (optional).

IDownsampleFunctionArguments.Raster Property

The input raster.

Public Property Raster As Object
public object Raster {get; set;}

IDownsampleFunctionArguments.ResamplingMethod Property

The sampling method used (optional).

Public Property ResamplingMethod As rstResamplingTypes
public rstResamplingTypes ResamplingMethod {get; set;}

IDownsampleFunctionArguments.StartBlurAtScaleFactor Property

Blur at this or larger downsampling factor (optional).

Public Property StartBlurAtScaleFactor As Double
public double StartBlurAtScaleFactor {get; set;}

IDownsampleFunctionArguments.StopBlurAllAtScaleFactor Property

At this downsampling factor, stop blurring all pixels, do only selected instead (optional).

Public Property StopBlurAllAtScaleFactor As Double
public double StopBlurAllAtScaleFactor {get; set;}

Classes that implement IDownsampleFunctionArguments

Classes Description
DownsampleFunctionArguments A class for downsample raster function arguments.

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