com.esri.arcgis.datasourcesraster
Interface IClipFilter2

All Superinterfaces:
IClipFilter, Serializable
All Known Implementing Classes:
ClipFilter

public interface IClipFilter2
extends IClipFilter, Serializable

Provides access to additional members that control a clipping filter.

Remarks

The IClipFilter2 interface allows you to specify the clipping inside or outside the given geometry.

Product Availability

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


Method Summary
 int getClippingType()
          The raster clipping type.
 void setClippingType(int pClippingType)
          The raster clipping type.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IClipFilter
add, empty
 

Method Detail

getClippingType

int getClippingType()
                    throws IOException,
                           AutomationException
The raster clipping type.

Product Availability

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

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

setClippingType

void setClippingType(int pClippingType)
                     throws IOException,
                            AutomationException
The raster clipping type.

Product Availability

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

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