public interface IGeoDatabaseBridge3 extends IGeoDatabaseBridge2, 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 |
IID0c4b0c90_791c_40c0_8e79_5efc556b8ee2 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID84a92bc8_ee99_4d54_8547_8f6f7181f777IID9999e240_ecd1_4979_83e6_b557748c18b7| Modifier and Type | Method and Description |
|---|---|
void |
addList64(ISelectionSet selectionSet,
long[] oIDList)
Adds a list of object id's to the selection set.
|
IFeatureCursor |
getFeatures64(IFeatureClass pFeatureClass,
long[] fids,
boolean recycling)
Get a cursor of Rows given a set of object ids.
|
void |
removeList64(ISelectionSet selectionSet,
long[] oIDList)
Removes a list of object id's from the selection set.
|
addList, getLineOfSight, queryElevationBand, queryPixelBlock, removeListgetFeaturesstatic final int IID0c4b0c90_791c_40c0_8e79_5efc556b8ee2
static final int xxDummy
static final java.lang.String IID
IFeatureCursor getFeatures64(IFeatureClass pFeatureClass, long[] fids, boolean recycling) throws java.io.IOException, AutomationException
pFeatureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)fids - Signed 64-bit int (in)recycling - The recycling (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void addList64(ISelectionSet selectionSet, long[] oIDList) throws java.io.IOException, AutomationException
selectionSet - A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)oIDList - Signed 64-bit int (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void removeList64(ISelectionSet selectionSet, long[] oIDList) throws java.io.IOException, AutomationException
selectionSet - A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)oIDList - Signed 64-bit int (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.