|
|||||||||
| 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.ITemporalTableProxy
com.esri.arcgis.trackinganalyst.ITemporalObservationsTableProxy
public class ITemporalObservationsTableProxy
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E |
| Constructor Summary | |
|---|---|
|
ITemporalObservationsTableProxy()
|
|
ITemporalObservationsTableProxy(Object obj)
|
protected |
ITemporalObservationsTableProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
double |
getPurgePercentage()
The percentage of the maximum allowed number of records to delete when the Purge method is called. |
int |
getPurgeRule()
Identifies the purge rule to apply when PruneTable method is called (via user S/W or auto purge criteria). |
String |
getTemporalColumnName()
The column that is responsible for providing the temporal information. |
Object |
getThreshold()
The high-water mark or the number of observations that should not be exceeded Threshold. |
boolean |
isAutoPurge()
Indicates if the observation table will automatically purge observations that meet a specified criteria, Purge Rule, when the high-water mark has been exceeded. |
boolean |
isPersistant()
Reserved for future. |
void |
pruneTable()
Apply the purge rule to the temporal table. |
void |
queryTemporalExtent(Object[] pvarStartTime,
Object[] pvarEndTime)
Provides the time range of all records in the temporal table. |
void |
readExternal(ObjectInput in)
|
void |
removeListener(String iidStr,
Object theListener)
|
void |
setAutoPurge(boolean pVal)
Indicates if the observation table will automatically purge observations that meet a specified criteria, Purge Rule, when the high-water mark has been exceeded. |
void |
setPersistant(boolean pVal)
Reserved for future. |
void |
setPurgePercentage(double pVal)
The percentage of the maximum allowed number of records to delete when the Purge method is called. |
void |
setPurgeRule(int pVal)
Identifies the purge rule to apply when PruneTable method is called (via user S/W or auto purge criteria). |
void |
setTemporalColumnName(String pVal)
The column that is responsible for providing the temporal information. |
void |
setThreshold(Object pvarVal)
The high-water mark or the number of observations that should not be exceeded Threshold. |
void |
writeExternal(ObjectOutput out)
|
| Methods inherited from class com.esri.arcgis.trackinganalyst.ITemporalTableProxy |
|---|
addField, createRow, createRowBuffer, deleteField, findField, getFields, getGeometryColumnName, getRow, insert, isHasGeometry, rowCount, search, select, setGeometryColumnName, update |
| 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, queryInterface, release, setNativeMode, setPropertyByName, toString, vtblInvoke |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.trackinganalyst.ITemporalTable |
|---|
addField, createRow, createRowBuffer, deleteField, findField, getFields, getGeometryColumnName, getRow, insert, isHasGeometry, rowCount, search, select, setGeometryColumnName, update |
| Constructor Detail |
|---|
public ITemporalObservationsTableProxy()
public ITemporalObservationsTableProxy(Object obj)
throws IOException
IOException
protected ITemporalObservationsTableProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class ITemporalTableProxyIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class ITemporalTableProxyIOException
public boolean isAutoPurge()
throws IOException,
AutomationException
isAutoPurge in interface ITemporalObservationsTableIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAutoPurge(boolean pVal)
throws IOException,
AutomationException
setAutoPurge in interface ITemporalObservationsTablepVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getThreshold()
throws IOException,
AutomationException
getThreshold in interface ITemporalObservationsTableIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setThreshold(Object pvarVal)
throws IOException,
AutomationException
setThreshold in interface ITemporalObservationsTablepvarVal - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getPurgePercentage()
throws IOException,
AutomationException
getPurgePercentage in interface ITemporalObservationsTableIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPurgePercentage(double pVal)
throws IOException,
AutomationException
setPurgePercentage in interface ITemporalObservationsTablepVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isPersistant()
throws IOException,
AutomationException
isPersistant in interface ITemporalObservationsTableIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPersistant(boolean pVal)
throws IOException,
AutomationException
setPersistant in interface ITemporalObservationsTablepVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getTemporalColumnName()
throws IOException,
AutomationException
getTemporalColumnName in interface ITemporalObservationsTableIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTemporalColumnName(String pVal)
throws IOException,
AutomationException
setTemporalColumnName in interface ITemporalObservationsTablepVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getPurgeRule()
throws IOException,
AutomationException
getPurgeRule in interface ITemporalObservationsTableIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPurgeRule(int pVal)
throws IOException,
AutomationException
setPurgeRule in interface ITemporalObservationsTablepVal - A com.esri.arcgis.trackinganalyst.enumPurgeRule constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void pruneTable()
throws IOException,
AutomationException
pruneTable in interface ITemporalObservationsTableIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void queryTemporalExtent(Object[] pvarStartTime,
Object[] pvarEndTime)
throws IOException,
AutomationException
queryTemporalExtent in interface ITemporalObservationsTablepvarStartTime - A Variant (out: use single element array)pvarEndTime - A Variant (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizablewriteExternal in class ITemporalTableProxyIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class ITemporalTableProxyIOException
ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||