com.esri.arcgis.geodatabase
Interface IEnumGeometryBind

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EnumFeatureGeometry, IEnumGeometryBindProxy

public interface IEnumGeometryBind
extends java.io.Serializable

COM Interface 'IEnumGeometryBind'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that bind a feature cursor or a selection to a geometry enumerator.' 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 IID3bb37818_5029_11d3_9f44_00c04f6bdd7f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void bindGeometrySource(IQueryFilter outputFilter, java.lang.Object collectionSource)
          Bind the source of the geometry to the enumeration.
 void getGeometrySource(java.lang.Object[] geometrySource)
          The geometry source - either a feature class or a selection set.
 void getOutputFilter(IQueryFilter outputFilter)
          The query filter that was used to bind the geometry source.
 

Field Detail

IID3bb37818_5029_11d3_9f44_00c04f6bdd7f

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

bindGeometrySource

void bindGeometrySource(IQueryFilter outputFilter,
                        java.lang.Object collectionSource)
                        throws java.io.IOException,
                               AutomationException
Bind the source of the geometry to the enumeration.

Parameters:
outputFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
collectionSource - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeometrySource

void getGeometrySource(java.lang.Object[] geometrySource)
                       throws java.io.IOException,
                              AutomationException
The geometry source - either a feature class or a selection set.

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

getOutputFilter

void getOutputFilter(IQueryFilter outputFilter)
                     throws java.io.IOException,
                            AutomationException
The query filter that was used to bind the geometry source.

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