|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geodatabaseextensions.ITemporalRecordSetProxy
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
Internal use class
| 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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
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.UnknownHostException
java.io.IOExceptionpublic ITemporalRecordSetProxy()
public ITemporalRecordSetProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected ITemporalRecordSetProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected 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.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||