com.esri.arcgis.datasourcesraster
Interface IClipFilter

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IClipFilter2
All Known Implementing Classes:
ClipFilter, IClipFilter2Proxy, IClipFilterProxy

public interface IClipFilter
extends java.io.Serializable

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

Description: 'Provides access to 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 IID37be075c_faea_43ee_9314_16140d101f8d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void add(IGeometry pClippingGeometry)
          Adds a clipping geometry.
 void empty()
          Removes all clipping geometries.
 

Field Detail

IID37be075c_faea_43ee_9314_16140d101f8d

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

add

void add(IGeometry pClippingGeometry)
         throws java.io.IOException,
                AutomationException
Adds a clipping geometry.

Parameters:
pClippingGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

empty

void empty()
           throws java.io.IOException,
                  AutomationException
Removes all clipping geometries.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.