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 |
---|---|
IPixelResampler | Provides access to members that control a pixel resampler. |
ISimplePixelResampler | Provides access to members that control a simple pixel resampler. |