This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Classes > S > SimplePixelResampler CoClass (ArcObjects .NET 10.4 SDK) |
A simple pixel resampler class.
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 | Description |
---|---|
IPixelResampler | Provides access to members that control a pixel resampler. |
ISimplePixelResampler | Provides access to members that control a simple pixel resampler. |