com.esri.arcgis.geodatabase
Interface IGeoDatabaseBridge

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IGeoDatabaseBridge2
All Known Implementing Classes:
GeoDatabaseHelper, IGeoDatabaseBridge2Proxy, IGeoDatabaseBridgeProxy

public interface IGeoDatabaseBridge
extends java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID9999e240_ecd1_4979_83e6_b557748c18b7
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IFeatureCursor getFeatures(IFeatureClass pFeatureClass, int[] fids, boolean recycling)
          Get a cursor of Rows given a set of object ids.
 

Field Detail

IID9999e240_ecd1_4979_83e6_b557748c18b7

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

getFeatures

IFeatureCursor getFeatures(IFeatureClass pFeatureClass,
                           int[] fids,
                           boolean recycling)
                           throws java.io.IOException,
                                  AutomationException
Get a cursor of Rows given a set of object ids.

Parameters:
pFeatureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
fids - The fids (in)
recycling - The recycling (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IFeatureCursor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.