Description: 'Provides access to tracking feature class.' 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 ITxFeatureClassProxy extends com.esri.arcgis.interop.Dispatch implements ITxFeatureClass, 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, IIDb7a65dde_9218_4e42_8c62_299ac695a66a| Modifier | Constructor and Description |
|---|---|
|
ITxFeatureClassProxy()
Deprecated.
For internal use only
|
|
ITxFeatureClassProxy(java.lang.Object obj)
Deprecated.
|
protected |
ITxFeatureClassProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ITxFeatureClassProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ITxFeatureClassProxy(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 |
getCachingMode()
Deprecated.
The feature class caching mode.
|
java.lang.String |
getEndTimeFieldName()
Deprecated.
The feature end time field name.
|
IFeatureClass |
getFeatureClass()
Deprecated.
The internal feature class.
|
java.lang.String |
getStartTimeFieldName()
Deprecated.
The feature start time field name.
|
java.lang.String |
getTimeFieldAmFormat()
Deprecated.
Custom string representation of the AM symbol.
|
java.lang.String |
getTimeFieldFormat()
Deprecated.
The format used to parse time fields.
|
int |
getTimeFieldLocaleID()
Deprecated.
Language identifier to be used when parsing time fields from a custom time string.
|
java.lang.String |
getTimeFieldPmFormat()
Deprecated.
Custom string representation of the PM symbol.
|
java.lang.String |
getTrackIDFieldName()
Deprecated.
The name of the field used to group features into tracks.
|
void |
indexFeatureClass2(java.lang.Object startingTime,
java.lang.Object endingTime,
ISelectionSet selSet,
IQueryFilter queryFilter)
Deprecated.
Re-build the temporal index and cache, according to the ITxFeatureClass properties and given parameters.
|
void |
rebuildIndex()
Deprecated.
Re-build the temporal index and cache, according to the ITxFeatureClass properties.
|
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.
|
void |
setCachingMode(int cachingMode)
Deprecated.
The feature class caching mode.
|
void |
setEndTimeFieldName(java.lang.String name)
Deprecated.
The feature end time field name.
|
void |
setFeatureClassByRef(IFeatureClass featureClass)
Deprecated.
The internal feature class.
|
void |
setStartTimeFieldName(java.lang.String name)
Deprecated.
The feature start time field name.
|
void |
setTimeFieldAmFormat(java.lang.String amFormat)
Deprecated.
Custom string representation of the AM symbol.
|
void |
setTimeFieldFormat(java.lang.String timeFieldFormat)
Deprecated.
The format used to parse time fields.
|
void |
setTimeFieldLocaleID(int localeID)
Deprecated.
Language identifier to be used when parsing time fields from a custom time string.
|
void |
setTimeFieldPmFormat(java.lang.String pmFormat)
Deprecated.
Custom string representation of the PM symbol.
|
void |
setTrackIDFieldName(java.lang.String name)
Deprecated.
The name of the field used to group features into tracks.
|
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 ITxFeatureClassProxy(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 ITxFeatureClassProxy()
public ITxFeatureClassProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected ITxFeatureClassProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected ITxFeatureClassProxy(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 IFeatureClass getFeatureClass() throws java.io.IOException, AutomationException
getFeatureClass in interface ITxFeatureClassjava.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 ITxFeatureClassfeatureClass - 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 int getCachingMode()
throws java.io.IOException,
AutomationException
getCachingMode in interface ITxFeatureClassjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setCachingMode(int cachingMode)
throws java.io.IOException,
AutomationException
setCachingMode in interface ITxFeatureClasscachingMode - A com.esri.arcgis.geodatabaseextensions.esriTxFeatureClassCachingMode constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getTrackIDFieldName()
throws java.io.IOException,
AutomationException
getTrackIDFieldName in interface ITxFeatureClassjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setTrackIDFieldName(java.lang.String name)
throws java.io.IOException,
AutomationException
setTrackIDFieldName in interface ITxFeatureClassname - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getStartTimeFieldName()
throws java.io.IOException,
AutomationException
getStartTimeFieldName in interface ITxFeatureClassjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setStartTimeFieldName(java.lang.String name)
throws java.io.IOException,
AutomationException
setStartTimeFieldName in interface ITxFeatureClassname - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getEndTimeFieldName()
throws java.io.IOException,
AutomationException
getEndTimeFieldName in interface ITxFeatureClassjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setEndTimeFieldName(java.lang.String name)
throws java.io.IOException,
AutomationException
setEndTimeFieldName in interface ITxFeatureClassname - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getTimeFieldFormat()
throws java.io.IOException,
AutomationException
getTimeFieldFormat in interface ITxFeatureClassjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setTimeFieldFormat(java.lang.String timeFieldFormat)
throws java.io.IOException,
AutomationException
setTimeFieldFormat in interface ITxFeatureClasstimeFieldFormat - The timeFieldFormat (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getTimeFieldAmFormat()
throws java.io.IOException,
AutomationException
getTimeFieldAmFormat in interface ITxFeatureClassjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setTimeFieldAmFormat(java.lang.String amFormat)
throws java.io.IOException,
AutomationException
setTimeFieldAmFormat in interface ITxFeatureClassamFormat - The amFormat (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getTimeFieldPmFormat()
throws java.io.IOException,
AutomationException
getTimeFieldPmFormat in interface ITxFeatureClassjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setTimeFieldPmFormat(java.lang.String pmFormat)
throws java.io.IOException,
AutomationException
setTimeFieldPmFormat in interface ITxFeatureClasspmFormat - The pmFormat (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getTimeFieldLocaleID()
throws java.io.IOException,
AutomationException
getTimeFieldLocaleID in interface ITxFeatureClassjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setTimeFieldLocaleID(int localeID)
throws java.io.IOException,
AutomationException
setTimeFieldLocaleID in interface ITxFeatureClasslocaleID - The localeID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void indexFeatureClass2(java.lang.Object startingTime,
java.lang.Object endingTime,
ISelectionSet selSet,
IQueryFilter queryFilter)
throws java.io.IOException,
AutomationException
indexFeatureClass2 in interface ITxFeatureClassstartingTime - A Variant (in)endingTime - 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)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void rebuildIndex()
throws java.io.IOException,
AutomationException
rebuildIndex in interface ITxFeatureClassjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.