com.esri.arcgis.geodatabaseextensions
Class ITemporalRecordSetProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabaseextensions.ITemporalRecordSetProxy
All Implemented Interfaces:
ITemporalRecordSet, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'ITemporalRecordSet'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'

Description: 'Provides access to methods needed to set up and fill a temporally sorted record set.' 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 =

public class ITemporalRecordSetProxy
extends com.esri.arcgis.interop.Dispatch
implements ITemporalRecordSet, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ITemporalRecordSet
IID, IID78c74302_17cf_11d5_b7cf_00010265adc5
 
Constructor Summary
  ITemporalRecordSetProxy()
          Deprecated. For internal use only
  ITemporalRecordSetProxy(java.lang.Object obj)
          Deprecated.  
protected ITemporalRecordSetProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ITemporalRecordSetProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ITemporalRecordSetProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 int getCount()
          Deprecated. Number of features contained by the cursor.
 int getFeatureCacheWindow()
          Deprecated. Determines the number of features to cache if FeaturesCached property is true.
 IFeatureClass getFeatureClass()
          Deprecated. A reference to the feature class of which this record set is a member.
 java.lang.Object getMostCurrentFeature()
          Deprecated. Returns success, but does nothing.
 java.lang.Object getOldestFeature()
          Deprecated. Returns success, but does nothing.
 java.lang.String getTemporalColumnName()
          Deprecated. Identifies the column containing time and date information.
 java.lang.String getTimeSeriesColumnName()
          Deprecated. Identifies column in the feature class containing temporal observations with time series.
 void indexFeatureClass(java.lang.Object cacheStartingTime, java.lang.Object cacheEndingTime, ISelectionSet selSet, IQueryFilter queryFilter, int localeLanguageID, java.lang.String dateFormat, java.lang.String timeFormat, java.lang.String amDesignator, java.lang.String pmDesignator)
          Deprecated. Re-builds the temporal index and caches features based on the supplied temporal parameters.
 boolean isCacheFeatures()
          Deprecated. Controls whether features are cached in the renderer's feature memory or are read from the feature class.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 IFeatureCursor search(IQueryFilter queryFilter, boolean recycling, boolean forDrawing)
          Deprecated. Performs a query on the record set for the given time range, returning a feature cursor.
 ISelectionSet selectByDate(java.lang.Object startDate, java.lang.Object endDate)
          Deprecated. Allows user to select record set by its date value.
 void setCacheFeatures(boolean cacheTheFeatures)
          Deprecated. Controls whether features are cached in the renderer's feature memory or are read from the feature class.
 void setFeatureCacheWindow(int percent)
          Deprecated. Determines the number of features to cache if FeaturesCached property is true.
 void setFeatureClassByRef(IFeatureClass featureClass)
          Deprecated. A reference to the feature class of which this record set is a member.
 void setTemporalColumnName(java.lang.String name)
          Deprecated. Identifies the column containing time and date information.
 void setTimeSeriesColumnName(java.lang.String name)
          Deprecated. Identifies column in the feature class containing temporal observations with time series.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ITemporalRecordSetProxy

public ITemporalRecordSetProxy(java.lang.String CLSID,
                               java.lang.String host,
                               com.esri.arcgis.interop.AuthInfo authInfo)
                        throws java.net.UnknownHostException,
                               java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

ITemporalRecordSetProxy

public ITemporalRecordSetProxy()
Deprecated. 
For internal use only


ITemporalRecordSetProxy

public ITemporalRecordSetProxy(java.lang.Object obj)
                        throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ITemporalRecordSetProxy

protected ITemporalRecordSetProxy(java.lang.Object obj,
                                  java.lang.String iid)
                           throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ITemporalRecordSetProxy

protected ITemporalRecordSetProxy(java.lang.String CLSID,
                                  java.lang.String iid,
                                  java.lang.String host,
                                  com.esri.arcgis.interop.AuthInfo authInfo)
                           throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getTemporalColumnName

public java.lang.String getTemporalColumnName()
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
Identifies the column containing time and date information.

Specified by:
getTemporalColumnName in interface ITemporalRecordSet
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTemporalColumnName

public void setTemporalColumnName(java.lang.String name)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Identifies the column containing time and date information.

Specified by:
setTemporalColumnName in interface ITemporalRecordSet
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFeatureClass

public IFeatureClass getFeatureClass()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
A reference to the feature class of which this record set is a member.

Specified by:
getFeatureClass in interface ITemporalRecordSet
Returns:
A reference to a com.esri.arcgis.geodatabase.IFeatureClass
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFeatureClassByRef

public void setFeatureClassByRef(IFeatureClass featureClass)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
A reference to the feature class of which this record set is a member.

Specified by:
setFeatureClassByRef in interface ITemporalRecordSet
Parameters:
featureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

indexFeatureClass

public void indexFeatureClass(java.lang.Object cacheStartingTime,
                              java.lang.Object cacheEndingTime,
                              ISelectionSet selSet,
                              IQueryFilter queryFilter,
                              int localeLanguageID,
                              java.lang.String dateFormat,
                              java.lang.String timeFormat,
                              java.lang.String amDesignator,
                              java.lang.String pmDesignator)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Re-builds the temporal index and caches features based on the supplied temporal parameters.

Specified by:
indexFeatureClass in interface ITemporalRecordSet
Parameters:
cacheStartingTime - A Variant (in)
cacheEndingTime - A Variant (in)
selSet - A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
queryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
localeLanguageID - The localeLanguageID (in)
dateFormat - The dateFormat (in)
timeFormat - The timeFormat (in)
amDesignator - The amDesignator (in)
pmDesignator - The pmDesignator (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCount

public int getCount()
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Number of features contained by the cursor.

Specified by:
getCount in interface ITemporalRecordSet
Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

search

public IFeatureCursor search(IQueryFilter queryFilter,
                             boolean recycling,
                             boolean forDrawing)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Performs a query on the record set for the given time range, returning a feature cursor.

Specified by:
search in interface ITemporalRecordSet
Parameters:
queryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
recycling - The recycling (in)
forDrawing - The forDrawing (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.

isCacheFeatures

public boolean isCacheFeatures()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Controls whether features are cached in the renderer's feature memory or are read from the feature class.

Specified by:
isCacheFeatures in interface ITemporalRecordSet
Returns:
The cacheTheFeatures
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCacheFeatures

public void setCacheFeatures(boolean cacheTheFeatures)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Controls whether features are cached in the renderer's feature memory or are read from the feature class.

Specified by:
setCacheFeatures in interface ITemporalRecordSet
Parameters:
cacheTheFeatures - The cacheTheFeatures (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTimeSeriesColumnName

public java.lang.String getTimeSeriesColumnName()
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
Identifies column in the feature class containing temporal observations with time series.

Specified by:
getTimeSeriesColumnName in interface ITemporalRecordSet
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTimeSeriesColumnName

public void setTimeSeriesColumnName(java.lang.String name)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Identifies column in the feature class containing temporal observations with time series.

Specified by:
setTimeSeriesColumnName in interface ITemporalRecordSet
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFeatureCacheWindow

public int getFeatureCacheWindow()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Determines the number of features to cache if FeaturesCached property is true.

Specified by:
getFeatureCacheWindow in interface ITemporalRecordSet
Returns:
The percent
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFeatureCacheWindow

public void setFeatureCacheWindow(int percent)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Determines the number of features to cache if FeaturesCached property is true.

Specified by:
setFeatureCacheWindow in interface ITemporalRecordSet
Parameters:
percent - The percent (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOldestFeature

public java.lang.Object getOldestFeature()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Returns success, but does nothing.

Specified by:
getOldestFeature in interface ITemporalRecordSet
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMostCurrentFeature

public java.lang.Object getMostCurrentFeature()
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
Returns success, but does nothing.

Specified by:
getMostCurrentFeature in interface ITemporalRecordSet
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

selectByDate

public ISelectionSet selectByDate(java.lang.Object startDate,
                                  java.lang.Object endDate)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Allows user to select record set by its date value.

Specified by:
selectByDate in interface ITemporalRecordSet
Parameters:
startDate - A Variant (in)
endDate - A Variant (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.ISelectionSet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.