This document is archived and information here might be outdated.  Recommended version.


SimplePixelResampler Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Classes > S > SimplePixelResampler Class
ArcGIS Developer Help

SimplePixelResamplerClass Class

A simple pixel resampler class.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The SimplePixelResampler is a concrete object that supports nearest neighbor, bilinear, cubic convolution and majority resampling. It is used to provide pixel resampling for the RasterXformer and can be replaced by any custom pixel resampler.

Interfaces

Interfaces Description
ISimplePixelResampler Provides access to members that control a simple pixel resampler.