com.esri.arcgis.carto
Interface ITemporalSearch

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITemporalSearchProxy, TemporalFeatureClass, TemporalFeatureLayer, TemporalRecordSet

public interface ITemporalSearch
extends java.io.Serializable

COM Interface 'ITemporalSearch'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to properties and methods needed to manage searching temporal 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 IIDdf2b7788_6450_4c78_b43f_c80c3c2730cc
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ICursor lastKnownFeatures(java.lang.Object varStartingTime, java.lang.Object varEndingTime)
          Searches for last known features in the dataset.
 IFeatureIDSet lastKnownOIDs(java.lang.Object varStartingTime, java.lang.Object varEndingTime)
          Searches for the last known OIDs in the dataset.
 void queryTemporalExtent(java.lang.Object[] pvarStartTime, java.lang.Object[] pvarEndTime)
          Queries temporal data within the full temporal extent of the dataset.
 

Field Detail

IIDdf2b7788_6450_4c78_b43f_c80c3c2730cc

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

lastKnownOIDs

IFeatureIDSet lastKnownOIDs(java.lang.Object varStartingTime,
                            java.lang.Object varEndingTime)
                            throws java.io.IOException,
                                   AutomationException
Searches for the last known OIDs in the dataset.

Parameters:
varStartingTime - A Variant (in)
varEndingTime - A Variant (in)
Returns:
A reference to a com.esri.arcgis.carto.IFeatureIDSet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

lastKnownFeatures

ICursor lastKnownFeatures(java.lang.Object varStartingTime,
                          java.lang.Object varEndingTime)
                          throws java.io.IOException,
                                 AutomationException
Searches for last known features in the dataset.

Parameters:
varStartingTime - A Variant (in)
varEndingTime - A Variant (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.ICursor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryTemporalExtent

void queryTemporalExtent(java.lang.Object[] pvarStartTime,
                         java.lang.Object[] pvarEndTime)
                         throws java.io.IOException,
                                AutomationException
Queries temporal data within the full temporal extent of the dataset.

Parameters:
pvarStartTime - A Variant (in/out: use single element array)
pvarEndTime - A Variant (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.