public interface IEnumGeometryBind
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID3bb37818_5029_11d3_9f44_00c04f6bdd7f |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID3bb37818_5029_11d3_9f44_00c04f6bdd7f
static final int xxDummy
static final java.lang.String IID
void bindGeometrySource(IQueryFilter outputFilter, java.lang.Object collectionSource) throws java.io.IOException, AutomationException
outputFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)collectionSource
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getGeometrySource(java.lang.Object[] geometrySource) throws java.io.IOException, AutomationException
geometrySource
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getOutputFilter(IQueryFilter outputFilter) throws java.io.IOException, AutomationException
outputFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.