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.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close