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, objRef
IID, 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, writeExternal
public 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.UnknownHostException
java.io.IOException
public ITxFeatureClassProxy()
public ITxFeatureClassProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ITxFeatureClassProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected 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.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- 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.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public IFeatureClass getFeatureClass() throws java.io.IOException, AutomationException
getFeatureClass
in interface ITxFeatureClass
java.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 ITxFeatureClass
featureClass
- 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 ITxFeatureClass
java.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 ITxFeatureClass
cachingMode
- 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 ITxFeatureClass
java.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 ITxFeatureClass
name
- 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 ITxFeatureClass
java.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 ITxFeatureClass
name
- 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 ITxFeatureClass
java.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 ITxFeatureClass
name
- 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 ITxFeatureClass
java.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 ITxFeatureClass
timeFieldFormat
- 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 ITxFeatureClass
java.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 ITxFeatureClass
amFormat
- 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 ITxFeatureClass
java.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 ITxFeatureClass
pmFormat
- 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 ITxFeatureClass
java.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 ITxFeatureClass
localeID
- 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 ITxFeatureClass
startingTime
- 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 ITxFeatureClass
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.