public interface IGeoDatabaseBridge
extends java.io.Serializable
Description: 'Provides access to methods usable in all supported languages.' 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 |
IID9999e240_ecd1_4979_83e6_b557748c18b7 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IFeatureCursor |
getFeatures(IFeatureClass pFeatureClass,
int[] fids,
boolean recycling)
Get a cursor of Rows given a set of object ids.
|
static final int IID9999e240_ecd1_4979_83e6_b557748c18b7
static final int xxDummy
static final java.lang.String IID
IFeatureCursor getFeatures(IFeatureClass pFeatureClass, int[] fids, boolean recycling) throws java.io.IOException, AutomationException
pFeatureClass
- A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)fids
- The fids (in)recycling
- The recycling (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.