public interface IClipFilter2 extends IClipFilter, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDd7d83c7a_a9f0_4a47_bedb_f4fe8bd45907 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID37be075c_faea_43ee_9314_16140d101f8d
Modifier and Type | Method and Description |
---|---|
int |
getClippingType()
The raster clipping type.
|
void |
setClippingType(int pClippingType)
The raster clipping type.
|
add, empty
static final int IIDd7d83c7a_a9f0_4a47_bedb_f4fe8bd45907
static final int xxDummy
static final java.lang.String IID
int getClippingType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setClippingType(int pClippingType) throws java.io.IOException, AutomationException
pClippingType
- A com.esri.arcgis.datasourcesraster.esriRasterClippingType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.