com.esri.arcgis.datasourcesraster
Interface IClipFunctionArguments2

All Superinterfaces:
IClipFunctionArguments, java.io.Serializable
All Known Implementing Classes:
IClipFunctionArguments2Proxy

public interface IClipFunctionArguments2
extends IClipFunctionArguments, java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID79b3deb7_e147_4233_b3c2_5c69aa3555cd
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IClipFunctionArguments
IID6c38e640_980e_4076_9751_abdbdb87d4b3
 
Method Summary
 java.lang.Object getClippingRaster()
          The clipping raster object.
 void setClippingRasterByRef(java.lang.Object ppRaster)
          The clipping raster object.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IClipFunctionArguments
getClippingGeometry, getClippingType, getExtent, getRaster, setClippingGeometryByRef, setClippingType, setExtentByRef, setRasterByRef
 

Field Detail

IID79b3deb7_e147_4233_b3c2_5c69aa3555cd

static final int IID79b3deb7_e147_4233_b3c2_5c69aa3555cd
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

getClippingRaster

java.lang.Object getClippingRaster()
                                   throws java.io.IOException,
                                          AutomationException
The clipping raster object.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setClippingRasterByRef

void setClippingRasterByRef(java.lang.Object ppRaster)
                            throws java.io.IOException,
                                   AutomationException
The clipping raster object.

Parameters:
ppRaster - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.