public interface IClipFunctionArguments2 extends IClipFunctionArguments, java.io.Serializable
Description: 'Provides access to members that control raster clipping function arguments.' 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 |
IID79b3deb7_e147_4233_b3c2_5c69aa3555cd |
static int |
xxDummy
Deprecated.
Internal use only
|
IID6c38e640_980e_4076_9751_abdbdb87d4b3| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getClippingRaster()
The clipping raster object.
|
void |
setClippingRasterByRef(java.lang.Object ppRaster)
The clipping raster object.
|
getClippingGeometry, getClippingType, getExtent, getRaster, setClippingGeometryByRef, setClippingType, setExtentByRef, setRasterByRefstatic final int IID79b3deb7_e147_4233_b3c2_5c69aa3555cd
static final int xxDummy
static final java.lang.String IID
java.lang.Object getClippingRaster()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setClippingRasterByRef(java.lang.Object ppRaster)
throws java.io.IOException,
AutomationException
ppRaster - A reference to another Object (IUnknown) (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.