com.esri.arcgis.geodatabase
Interface IGeoDatabaseBridge

All Superinterfaces:
Serializable
All Known Subinterfaces:
IGeoDatabaseBridge2
All Known Implementing Classes:
GeoDatabaseHelper

public interface IGeoDatabaseBridge
extends Serializable

Provides access to methods usable in all supported languages.

Superseded By

IGeoDatabaseBridge2

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IFeatureCursor getFeatures(IFeatureClass pFeatureClass, int[] fids, boolean recycling)
          Get a cursor of Rows given a set of object ids.
 

Method Detail

getFeatures

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.