com.esri.arcgis.datasourcesraster
Interface IRasterResamplingControl

All Superinterfaces:
Serializable
All Known Implementing Classes:
MapServerLayer, MapServerRESTLayer, Raster, RenderedRaster

public interface IRasterResamplingControl
extends Serializable

Provides access to members that provides raster resampling control.

Description

This interface is new at ArcGIS 9.3.

Product Availability

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


Method Summary
 int getResamplingHint()
          The raster resampling hint.
 void setResamplingHint(int pHint)
          The raster resampling hint.
 

Method Detail

getResamplingHint

int getResamplingHint()
                      throws IOException,
                             AutomationException
The raster resampling hint.

Product Availability

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

Returns:
A com.esri.arcgis.geodatabase.esriRasterResamplingHint constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setResamplingHint

void setResamplingHint(int pHint)
                       throws IOException,
                              AutomationException
The raster resampling hint.

Product Availability

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

Parameters:
pHint - A com.esri.arcgis.geodatabase.esriRasterResamplingHint constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.