|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geodatabaseextensions.ITxFeatureClassProxy
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
Internal use class
| 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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
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.IOExceptionpublic 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| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public IFeatureClass getFeatureClass()
throws java.io.IOException,
AutomationException
getFeatureClass in interface ITxFeatureClassjava.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 ITxFeatureClassfeatureClass - 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 ITxFeatureClassjava.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 ITxFeatureClasscachingMode - 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 ITxFeatureClassjava.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 ITxFeatureClassname - 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 ITxFeatureClassjava.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 ITxFeatureClassname - 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 ITxFeatureClassjava.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 ITxFeatureClassname - 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 ITxFeatureClassjava.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 ITxFeatureClasstimeFieldFormat - 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 ITxFeatureClassjava.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 ITxFeatureClassamFormat - 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 ITxFeatureClassjava.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 ITxFeatureClasspmFormat - 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 ITxFeatureClassjava.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 ITxFeatureClasslocaleID - 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 ITxFeatureClassstartingTime - 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 ITxFeatureClassjava.io.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 | ||||||||