com.esri.arcgis.datasourcesraster
Interface IGeometricFunction

All Superinterfaces:
Serializable
All Known Implementing Classes:
GeometricFunction

public interface IGeometricFunction
extends Serializable

Provides access to members that control geometric function.

Product Availability

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


Method Summary
 boolean isResampling()
          Indicates if resampling will be performed.
 void setResampling(boolean pResampling)
          Indicates if resampling will be performed.
 

Method Detail

isResampling

boolean isResampling()
                     throws IOException,
                            AutomationException
Indicates if resampling will be performed.

Product Availability

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

Returns:
The pResampling
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setResampling

void setResampling(boolean pResampling)
                   throws IOException,
                          AutomationException
Indicates if resampling will be performed.

Product Availability

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

Parameters:
pResampling - The pResampling (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.