|
|||||||||
| 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.trackinganalyst.ITemporalFeatureClassProxy
public class ITemporalFeatureClassProxy
Internal use class Proxy for COM Interface 'ITemporalFeatureClass'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
Description: 'Provides access to properties that allow the temporal column to be identified within a feature class and to set the TemporalObjectColumn name.' 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 =
| Field Summary | |
|---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
| 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.trackinganalyst.ITemporalFeatureClass |
|---|
IID, IIDa677ab61_2fb8_11d5_b7e2_00010265adc5 |
| Constructor Summary | |
|---|---|
|
ITemporalFeatureClassProxy()
For internal use only |
|
ITemporalFeatureClassProxy(java.lang.Object obj)
|
protected |
ITemporalFeatureClassProxy(java.lang.Object obj,
java.lang.String iid)
|
|
ITemporalFeatureClassProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
ITemporalFeatureClassProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
IActionProcessor |
getPostActionProcessor()
Evaluates data messages once they are placed in the feature class' internal storage. |
IActionCollection |
getPostActions()
Collection of actions that will be evaluated after data messages are placed in the temporal feature class' internal storage. |
double |
getPurgePercentage()
Indicates percentage of the maximum number of records to delete when the Purge method is called. |
int |
getPurgeRule()
Indicates rule to use when purging records when AutoPurge is true (e.g., purge oldest records). |
java.lang.String |
getTemporalColumnName()
Name of the column containing the time-date information. |
java.lang.String |
getTemporalObjectColumnName()
Name of the column containing the track information. |
java.lang.Object |
getThreshold()
Indicates the high-water mark, or maximum number of observations allowed before records are purged from memory. |
boolean |
isAutoPurge()
Controls whether or not to automatically purge records once a user-defined threshold is met. |
boolean |
isContainsTemporalObjects()
Indicates whether or not a temporal object table is used to collect or provide static information about temporal observations. |
void |
pruneTable()
Apply the purge rule to the temporal table. |
void |
queryTemporalExtent(java.lang.Object[] pvarStartTime,
java.lang.Object[] pvarEndTime)
Queries the feature class using the full temporal extent. |
void |
registerListener(IListener piListener)
Registers a Listener Object with the feature class. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
setAutoPurge(boolean pVal)
Controls whether or not to automatically purge records once a user-defined threshold is met. |
void |
setPostActionProcessorByRef(IActionProcessor ppiProcessor)
Evaluates data messages once they are placed in the feature class' internal storage. |
void |
setPostActionsByRef(IActionCollection ppiActions)
Collection of actions that will be evaluated after data messages are placed in the temporal feature class' internal storage. |
void |
setPurgePercentage(double pVal)
Indicates percentage of the maximum number of records to delete when the Purge method is called. |
void |
setPurgeRule(int pVal)
Indicates rule to use when purging records when AutoPurge is true (e.g., purge oldest records). |
void |
setTemporalColumnName(java.lang.String pVal)
Name of the column containing the time-date information. |
void |
setThreshold(java.lang.Object pVal)
Indicates the high-water mark, or maximum number of observations allowed before records are purged from memory. |
| 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 ITemporalFeatureClassProxy(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 ITemporalFeatureClassProxy()
public ITemporalFeatureClassProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected ITemporalFeatureClassProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected ITemporalFeatureClassProxy(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 void queryTemporalExtent(java.lang.Object[] pvarStartTime,
java.lang.Object[] pvarEndTime)
throws java.io.IOException,
AutomationException
queryTemporalExtent in interface ITemporalFeatureClasspvarStartTime - A Variant (in/out: use single element array)pvarEndTime - A Variant (in/out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getTemporalColumnName()
throws java.io.IOException,
AutomationException
getTemporalColumnName in interface ITemporalFeatureClassjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTemporalColumnName(java.lang.String pVal)
throws java.io.IOException,
AutomationException
setTemporalColumnName in interface ITemporalFeatureClasspVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isContainsTemporalObjects()
throws java.io.IOException,
AutomationException
isContainsTemporalObjects in interface ITemporalFeatureClassjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getTemporalObjectColumnName()
throws java.io.IOException,
AutomationException
getTemporalObjectColumnName in interface ITemporalFeatureClassjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IActionProcessor getPostActionProcessor()
throws java.io.IOException,
AutomationException
getPostActionProcessor in interface ITemporalFeatureClassjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPostActionProcessorByRef(IActionProcessor ppiProcessor)
throws java.io.IOException,
AutomationException
setPostActionProcessorByRef in interface ITemporalFeatureClassppiProcessor - A reference to a com.esri.arcgis.carto.IActionProcessor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IActionCollection getPostActions()
throws java.io.IOException,
AutomationException
getPostActions in interface ITemporalFeatureClassjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPostActionsByRef(IActionCollection ppiActions)
throws java.io.IOException,
AutomationException
setPostActionsByRef in interface ITemporalFeatureClassppiActions - A reference to a com.esri.arcgis.carto.IActionCollection (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void registerListener(IListener piListener)
throws java.io.IOException,
AutomationException
registerListener in interface ITemporalFeatureClasspiListener - A reference to a com.esri.arcgis.geodatabaseextensions.IListener (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAutoPurge()
throws java.io.IOException,
AutomationException
isAutoPurge in interface ITemporalFeatureClassjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAutoPurge(boolean pVal)
throws java.io.IOException,
AutomationException
setAutoPurge in interface ITemporalFeatureClasspVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object getThreshold()
throws java.io.IOException,
AutomationException
getThreshold in interface ITemporalFeatureClassjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setThreshold(java.lang.Object pVal)
throws java.io.IOException,
AutomationException
setThreshold in interface ITemporalFeatureClasspVal - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getPurgePercentage()
throws java.io.IOException,
AutomationException
getPurgePercentage in interface ITemporalFeatureClassjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPurgePercentage(double pVal)
throws java.io.IOException,
AutomationException
setPurgePercentage in interface ITemporalFeatureClasspVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getPurgeRule()
throws java.io.IOException,
AutomationException
getPurgeRule in interface ITemporalFeatureClassjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPurgeRule(int pVal)
throws java.io.IOException,
AutomationException
setPurgeRule in interface ITemporalFeatureClasspVal - A com.esri.arcgis.geodatabaseextensions.enumPurgeRule constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void pruneTable()
throws java.io.IOException,
AutomationException
pruneTable in interface ITemporalFeatureClassjava.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 | ||||||||