public interface ITxFeatureClass
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDb7a65dde_9218_4e42_8c62_299ac695a66a |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getCachingMode()
The feature class caching mode.
|
java.lang.String |
getEndTimeFieldName()
The feature end time field name.
|
IFeatureClass |
getFeatureClass()
The internal feature class.
|
java.lang.String |
getStartTimeFieldName()
The feature start time field name.
|
java.lang.String |
getTimeFieldAmFormat()
Custom string representation of the AM symbol.
|
java.lang.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.
|
java.lang.String |
getTimeFieldPmFormat()
Custom string representation of the PM symbol.
|
java.lang.String |
getTrackIDFieldName()
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)
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(java.lang.String name)
The feature end time field name.
|
void |
setFeatureClassByRef(IFeatureClass featureClass)
The internal feature class.
|
void |
setStartTimeFieldName(java.lang.String name)
The feature start time field name.
|
void |
setTimeFieldAmFormat(java.lang.String amFormat)
Custom string representation of the AM symbol.
|
void |
setTimeFieldFormat(java.lang.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(java.lang.String pmFormat)
Custom string representation of the PM symbol.
|
void |
setTrackIDFieldName(java.lang.String name)
The name of the field used to group features into tracks.
|
static final int IIDb7a65dde_9218_4e42_8c62_299ac695a66a
static final int xxDummy
static final java.lang.String IID
IFeatureClass getFeatureClass() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFeatureClassByRef(IFeatureClass featureClass) throws java.io.IOException, AutomationException
featureClass
- 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.int getCachingMode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCachingMode(int cachingMode) throws java.io.IOException, AutomationException
cachingMode
- A com.esri.arcgis.geodatabaseextensions.esriTxFeatureClassCachingMode constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getTrackIDFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTrackIDFieldName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getStartTimeFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStartTimeFieldName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getEndTimeFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setEndTimeFieldName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getTimeFieldFormat() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTimeFieldFormat(java.lang.String timeFieldFormat) throws java.io.IOException, AutomationException
timeFieldFormat
- The timeFieldFormat (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getTimeFieldAmFormat() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTimeFieldAmFormat(java.lang.String amFormat) throws java.io.IOException, AutomationException
amFormat
- The amFormat (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getTimeFieldPmFormat() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTimeFieldPmFormat(java.lang.String pmFormat) throws java.io.IOException, AutomationException
pmFormat
- The pmFormat (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getTimeFieldLocaleID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTimeFieldLocaleID(int localeID) throws java.io.IOException, AutomationException
localeID
- The localeID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void indexFeatureClass2(java.lang.Object startingTime, java.lang.Object endingTime, ISelectionSet selSet, IQueryFilter queryFilter) throws java.io.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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void rebuildIndex() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.