com.esri.arcgis.geodatabaseextensions
Class ITxFeatureClassProxy

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

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

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

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.ITxFeatureClass
IID, IIDb7a65dde_9218_4e42_8c62_299ac695a66a
 
Constructor Summary
  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.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 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.  
 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.
 
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

ITxFeatureClassProxy

public ITxFeatureClassProxy(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

ITxFeatureClassProxy

public ITxFeatureClassProxy()
Deprecated. 
For internal use only


ITxFeatureClassProxy

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

ITxFeatureClassProxy

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

ITxFeatureClassProxy

protected ITxFeatureClassProxy(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

getFeatureClass

public IFeatureClass getFeatureClass()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The internal feature class.

Specified by:
getFeatureClass in interface ITxFeatureClass
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. 
The internal feature class.

Specified by:
setFeatureClassByRef in interface ITxFeatureClass
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.

getCachingMode

public int getCachingMode()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The feature class caching mode.

Specified by:
getCachingMode in interface ITxFeatureClass
Returns:
A com.esri.arcgis.geodatabaseextensions.esriTxFeatureClassCachingMode constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCachingMode

public void setCachingMode(int cachingMode)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The feature class caching mode.

Specified by:
setCachingMode in interface ITxFeatureClass
Parameters:
cachingMode - A com.esri.arcgis.geodatabaseextensions.esriTxFeatureClassCachingMode constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTrackIDFieldName

public java.lang.String getTrackIDFieldName()
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
The name of the field used to group features into tracks.

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

setTrackIDFieldName

public void setTrackIDFieldName(java.lang.String name)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The name of the field used to group features into tracks.

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

getStartTimeFieldName

public java.lang.String getStartTimeFieldName()
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
The feature start time field name.

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

setStartTimeFieldName

public void setStartTimeFieldName(java.lang.String name)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The feature start time field name.

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

getEndTimeFieldName

public java.lang.String getEndTimeFieldName()
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
The feature end time field name.

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

setEndTimeFieldName

public void setEndTimeFieldName(java.lang.String name)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The feature end time field name.

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

getTimeFieldFormat

public java.lang.String getTimeFieldFormat()
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
The format used to parse time fields.

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

setTimeFieldFormat

public void setTimeFieldFormat(java.lang.String timeFieldFormat)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The format used to parse time fields.

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

getTimeFieldAmFormat

public java.lang.String getTimeFieldAmFormat()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
Custom string representation of the AM symbol.

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

setTimeFieldAmFormat

public void setTimeFieldAmFormat(java.lang.String amFormat)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Custom string representation of the AM symbol.

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

getTimeFieldPmFormat

public java.lang.String getTimeFieldPmFormat()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
Custom string representation of the PM symbol.

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

setTimeFieldPmFormat

public void setTimeFieldPmFormat(java.lang.String pmFormat)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Custom string representation of the PM symbol.

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

getTimeFieldLocaleID

public int getTimeFieldLocaleID()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Language identifier to be used when parsing time fields from a custom time string.

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

setTimeFieldLocaleID

public void setTimeFieldLocaleID(int localeID)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Language identifier to be used when parsing time fields from a custom time string.

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

indexFeatureClass2

public void indexFeatureClass2(java.lang.Object startingTime,
                               java.lang.Object endingTime,
                               ISelectionSet selSet,
                               IQueryFilter queryFilter)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Re-build the temporal index and cache, according to the ITxFeatureClass properties and given parameters.

Specified by:
indexFeatureClass2 in interface ITxFeatureClass
Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

rebuildIndex

public void rebuildIndex()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Re-build the temporal index and cache, according to the ITxFeatureClass properties.

Specified by:
rebuildIndex in interface ITxFeatureClass
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.