com.esri.arcgis.trackinganalyst
Class ITxFeatureClassProxy

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

public class ITxFeatureClassProxy
extends com.esri.arcgis.interop.Dispatch
implements ITxFeatureClass, Serializable

Provides access to tracking feature class.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  ITxFeatureClassProxy()
           
  ITxFeatureClassProxy(Object obj)
           
protected ITxFeatureClassProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 int getCachingMode()
          The feature class caching mode.
 String getEndTimeFieldName()
          The feature end time field name.
 IFeatureClass getFeatureClass()
          The internal feature class.
 String getStartTimeFieldName()
          The feature start time field name.
 String getTimeFieldAmFormat()
          Custom string representation of the AM symbol.
 String getTimeFieldFormat()
          The format used to parse time fields.
 int getTimeFieldLocaleID()
          Language identifier to be used when parsing time fields from a custom time string.
 String getTimeFieldPmFormat()
          Custom string representation of the PM symbol.
 String getTrackIDFieldName()
          The name of the field used to group features into tracks.
 void indexFeatureClass2(Object startingTime, Object endingTime, ISelectionSet selSet, IQueryFilter queryFilter)
          Re-build the temporal index and cache, according to the ITxFeatureClass properties and given parameters.
 void rebuildIndex()
          Re-build the temporal index and cache, according to the ITxFeatureClass properties.
 void removeListener(String iidStr, Object theListener)
           
 void setCachingMode(int cachingMode)
          The feature class caching mode.
 void setEndTimeFieldName(String name)
          The feature end time field name.
 void setFeatureClassByRef(IFeatureClass featureClass)
          The internal feature class.
 void setStartTimeFieldName(String name)
          The feature start time field name.
 void setTimeFieldAmFormat(String amFormat)
          Custom string representation of the AM symbol.
 void setTimeFieldFormat(String timeFieldFormat)
          The format used to parse time fields.
 void setTimeFieldLocaleID(int localeID)
          Language identifier to be used when parsing time fields from a custom time string.
 void setTimeFieldPmFormat(String pmFormat)
          Custom string representation of the PM symbol.
 void setTrackIDFieldName(String name)
          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

noncastable

public boolean noncastable
Constructor Detail

ITxFeatureClassProxy

public ITxFeatureClassProxy()

ITxFeatureClassProxy

public ITxFeatureClassProxy(Object obj)
                     throws IOException
Throws:
IOException

ITxFeatureClassProxy

protected ITxFeatureClassProxy(Object obj,
                               String iid)
                        throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

getFeatureClass

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
getFeatureClass in interface ITxFeatureClass
Returns:
A reference to a com.esri.arcgis.geodatabase.IFeatureClass
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFeatureClassByRef

public void setFeatureClassByRef(IFeatureClass featureClass)
                          throws IOException,
                                 AutomationException
The internal feature class.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
setFeatureClassByRef in interface ITxFeatureClass
Parameters:
featureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCachingMode

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

setCachingMode

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

getTrackIDFieldName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

setTrackIDFieldName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

getStartTimeFieldName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

setStartTimeFieldName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

getEndTimeFieldName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

setEndTimeFieldName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

getTimeFieldFormat

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

setTimeFieldFormat

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

getTimeFieldAmFormat

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

setTimeFieldAmFormat

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

getTimeFieldPmFormat

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

setTimeFieldPmFormat

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

getTimeFieldLocaleID

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

setTimeFieldLocaleID

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

indexFeatureClass2

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

rebuildIndex

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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