com.esri.arcgis.geodatabase
Interface IPlugInDatasetHelper2

All Superinterfaces:
IPlugInDatasetHelper, java.io.Serializable
All Known Subinterfaces:
IPlugInDatasetHelper3
All Known Implementing Classes:
IPlugInDatasetHelper2Proxy, IPlugInDatasetHelper3Proxy

public interface IPlugInDatasetHelper2
extends IPlugInDatasetHelper, java.io.Serializable

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

Description: 'Provides access to members that help Plug-In datasets.' 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 IID09362a67_f8f6_4dae_8df0_a32a6f0f38a6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IPlugInCursorHelper fetchWithFilter(int classIndex, IEnvelope env, boolean strictSearch, java.lang.String whereClause, IFIDSet fIDSet, java.lang.Object fieldMap)
          Gets the records according to the envelope, where clause or FIDSet.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IPlugInDatasetHelper
fetchAll, fetchByEnvelope, fetchByID, getBounds, getClassCount, getClassIndex, getClassName, getFields, getOIDFieldIndex, getShapeFieldIndex
 

Field Detail

IID09362a67_f8f6_4dae_8df0_a32a6f0f38a6

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

fetchWithFilter

IPlugInCursorHelper fetchWithFilter(int classIndex,
                                    IEnvelope env,
                                    boolean strictSearch,
                                    java.lang.String whereClause,
                                    IFIDSet fIDSet,
                                    java.lang.Object fieldMap)
                                    throws java.io.IOException,
                                           AutomationException
Gets the records according to the envelope, where clause or FIDSet.

Parameters:
classIndex - The classIndex (in)
env - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
strictSearch - The strictSearch (in)
whereClause - The whereClause (in)
fIDSet - A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
fieldMap - A Variant (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IPlugInCursorHelper
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.