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