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
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID78c74302_17cf_11d5_b7cf_00010265adc5| Modifier | Constructor and Description |
|---|---|
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
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.
Removes a Java object as a listener to events generated by a COM object.
|
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.
|
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, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public ITemporalRecordSetProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic ITemporalRecordSetProxy()
public ITemporalRecordSetProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected ITemporalRecordSetProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected ITemporalRecordSetProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic java.lang.String getTemporalColumnName()
throws java.io.IOException,
AutomationException
getTemporalColumnName in interface ITemporalRecordSetjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setTemporalColumnName(java.lang.String name)
throws java.io.IOException,
AutomationException
setTemporalColumnName in interface ITemporalRecordSetname - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IFeatureClass getFeatureClass() throws java.io.IOException, AutomationException
getFeatureClass in interface ITemporalRecordSetjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setFeatureClassByRef(IFeatureClass featureClass) throws java.io.IOException, AutomationException
setFeatureClassByRef in interface ITemporalRecordSetfeatureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.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
indexFeatureClass in interface ITemporalRecordSetcacheStartingTime - 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)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getCount()
throws java.io.IOException,
AutomationException
getCount in interface ITemporalRecordSetjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IFeatureCursor search(IQueryFilter queryFilter, boolean recycling, boolean forDrawing) throws java.io.IOException, AutomationException
search in interface ITemporalRecordSetqueryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)recycling - The recycling (in)forDrawing - The forDrawing (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isCacheFeatures()
throws java.io.IOException,
AutomationException
isCacheFeatures in interface ITemporalRecordSetjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setCacheFeatures(boolean cacheTheFeatures)
throws java.io.IOException,
AutomationException
setCacheFeatures in interface ITemporalRecordSetcacheTheFeatures - The cacheTheFeatures (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getTimeSeriesColumnName()
throws java.io.IOException,
AutomationException
getTimeSeriesColumnName in interface ITemporalRecordSetjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setTimeSeriesColumnName(java.lang.String name)
throws java.io.IOException,
AutomationException
setTimeSeriesColumnName in interface ITemporalRecordSetname - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getFeatureCacheWindow()
throws java.io.IOException,
AutomationException
getFeatureCacheWindow in interface ITemporalRecordSetjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setFeatureCacheWindow(int percent)
throws java.io.IOException,
AutomationException
setFeatureCacheWindow in interface ITemporalRecordSetpercent - The percent (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.Object getOldestFeature()
throws java.io.IOException,
AutomationException
getOldestFeature in interface ITemporalRecordSetjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.Object getMostCurrentFeature()
throws java.io.IOException,
AutomationException
getMostCurrentFeature in interface ITemporalRecordSetjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ISelectionSet selectByDate(java.lang.Object startDate, java.lang.Object endDate) throws java.io.IOException, AutomationException
selectByDate in interface ITemporalRecordSetstartDate - A Variant (in)endDate - A Variant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.