|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITxFeatureClass
Provides access to tracking feature class.
| Method Summary | |
|---|---|
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 |
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. |
| Method Detail |
|---|
IFeatureClass getFeatureClass()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFeatureClassByRef(IFeatureClass featureClass)
throws IOException,
AutomationException
featureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getCachingMode()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCachingMode(int cachingMode)
throws IOException,
AutomationException
cachingMode - A com.esri.arcgis.trackinganalyst.esriTxFeatureClassCachingMode constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getTrackIDFieldName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTrackIDFieldName(String name)
throws IOException,
AutomationException
name - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getStartTimeFieldName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setStartTimeFieldName(String name)
throws IOException,
AutomationException
name - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getEndTimeFieldName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEndTimeFieldName(String name)
throws IOException,
AutomationException
name - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getTimeFieldFormat()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTimeFieldFormat(String timeFieldFormat)
throws IOException,
AutomationException
timeFieldFormat - The timeFieldFormat (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getTimeFieldAmFormat()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTimeFieldAmFormat(String amFormat)
throws IOException,
AutomationException
amFormat - The amFormat (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getTimeFieldPmFormat()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTimeFieldPmFormat(String pmFormat)
throws IOException,
AutomationException
pmFormat - The pmFormat (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getTimeFieldLocaleID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTimeFieldLocaleID(int localeID)
throws IOException,
AutomationException
localeID - The localeID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void indexFeatureClass2(Object startingTime,
Object endingTime,
ISelectionSet selSet,
IQueryFilter queryFilter)
throws IOException,
AutomationException
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)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void rebuildIndex()
throws IOException,
AutomationException
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 | ||||||||