com.esri.arcgis.geodatabase
Interface IPlugInDatasetHelper3

All Superinterfaces:
IPlugInDatasetHelper, IPlugInDatasetHelper2, java.io.Serializable
All Known Implementing Classes:
IPlugInDatasetHelper3Proxy

public interface IPlugInDatasetHelper3
extends IPlugInDatasetHelper2, java.io.Serializable

COM Interface 'IPlugInDatasetHelper3'. 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 IID344f6114_e98d_4645_af83_3e155fa83627
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IPlugInDatasetHelper2
IID09362a67_f8f6_4dae_8df0_a32a6f0f38a6
 
Method Summary
 IPlugInCursorHelper fetchWithFilterWithTime(int classIndex, IEnvelope envelope, boolean strictSearch, java.lang.String whereClause, IFIDSet fIDSet, java.lang.Object fieldMap, ITimeValue timeValue, double spatialResolution)
          Gets the records according to the envelope, where clause, FIDSet or time extent.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IPlugInDatasetHelper2
fetchWithFilter
 
Methods inherited from interface com.esri.arcgis.geodatabase.IPlugInDatasetHelper
fetchAll, fetchByEnvelope, fetchByID, getBounds, getClassCount, getClassIndex, getClassName, getFields, getOIDFieldIndex, getShapeFieldIndex
 

Field Detail

IID344f6114_e98d_4645_af83_3e155fa83627

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

fetchWithFilterWithTime

IPlugInCursorHelper fetchWithFilterWithTime(int classIndex,
                                            IEnvelope envelope,
                                            boolean strictSearch,
                                            java.lang.String whereClause,
                                            IFIDSet fIDSet,
                                            java.lang.Object fieldMap,
                                            ITimeValue timeValue,
                                            double spatialResolution)
                                            throws java.io.IOException,
                                                   AutomationException
Gets the records according to the envelope, where clause, FIDSet or time extent.

Parameters:
classIndex - The classIndex (in)
envelope - 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)
timeValue - A reference to a com.esri.arcgis.system.ITimeValue (in)
spatialResolution - The spatialResolution (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.