com.esri.arcgis.datasourcesraster
Interface IClipFilter2

All Superinterfaces:
IClipFilter, java.io.Serializable
All Known Implementing Classes:
ClipFilter, IClipFilter2Proxy

public interface IClipFilter2
extends IClipFilter, java.io.Serializable

COM Interface 'IClipFilter2'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to additional members that control a clipping filter.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDd7d83c7a_a9f0_4a47_bedb_f4fe8bd45907
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IClipFilter
IID37be075c_faea_43ee_9314_16140d101f8d
 
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
 

Field Detail

IIDd7d83c7a_a9f0_4a47_bedb_f4fe8bd45907

static final int IIDd7d83c7a_a9f0_4a47_bedb_f4fe8bd45907
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getClippingType

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

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

setClippingType

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

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