|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.trackinganalyst.TemporalObservationTable
public class TemporalObservationTable
COM Class 'TemporalObservationTable'. Generated 3/19/2015 1:20:45 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
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 |
|---|
| Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ITemporalObservationsTable2 |
|---|
IID, IIDaec7a38a_f684_40fc_b2f2_96000ebf22d8, xxDummy |
| Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ITemporalObservationsTable |
|---|
IIDa677ab5f_2fb8_11d5_b7e2_00010265adc5 |
| Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ITemporalTable |
|---|
IID18fb46e0_461a_11d5_b7e5_00010265adc5 |
| Fields inherited from interface com.esri.arcgis.geodatabaseextensions.IInternalTable |
|---|
IID, IIDa677ab63_2fb8_11d5_b7e2_00010265adc5, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
|---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
| Constructor Summary | |
|---|---|
TemporalObservationTable()
Constructs a TemporalObservationTable using ArcGIS Engine. |
|
TemporalObservationTable(java.lang.Object obj)
Construct a TemporalObservationTable using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
void |
addField(IField field)
Adds a field to this object class. |
int |
addRow(IDataMessage piDataMessage)
Adds a row to the temporal table. |
IRow |
createRow()
Creates a row in the database with a system assigned object ID and null property values. |
IRowBuffer |
createRowBuffer()
Creates a row buffer that can be used with an insert cursor. |
void |
deleteField(IField field)
Deletes a field from this object class. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
int |
findField(java.lang.String name)
The index of the field with the specified name. |
static java.lang.String |
getClsid()
getClsid. |
IFields |
getFields()
The fields collection for this object class. |
java.lang.String |
getGeometryColumnName()
Column name of the table's field containing the geometry. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
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). |
IRow |
getRow(int oID)
The row from the database with the specified object ID. |
java.lang.String |
getTemporalColumnName()
The column that is responsible for providing the temporal information. |
java.lang.Object |
getThreshold()
The high-water mark or the number of observations that should not be exceeded Threshold. |
int |
hashCode()
the hashcode for this object |
ICursor |
insert(boolean useBuffering)
Returns a cursor that can be used to insert new Rows. |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
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 |
isHasGeometry()
Identifies if the table contains a geometry field. |
boolean |
isPersistant()
Reserved for future. |
void |
pruneTable()
Apply the purge rule to the temporal table. |
void |
queryTemporalExtent(java.lang.Object[] pvarStartTime,
java.lang.Object[] pvarEndTime)
Provides the time range of all records in the temporal table. |
void |
release()
Release a TemporalObservationTable. |
int |
rowCount(IQueryFilter queryFilter)
The number of Rows selected by the specified query. |
ICursor |
search(IQueryFilter queryFilter,
boolean recycling)
An object cursor that can be used to fetch row objects selected by the specified query. |
ISelectionSet |
select(IQueryFilter queryFilter,
int selType,
int selOption,
IWorkspace selectionContainer)
A selection that contains the object ids selected by the specified query. |
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 |
setGeometryColumnName(java.lang.String pbstrColumnName)
Column name of the table's field containing the geometry. |
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(java.lang.String pVal)
The column that is responsible for providing the temporal information. |
void |
setThreshold(java.lang.Object pvarVal)
The high-water mark or the number of observations that should not be exceeded Threshold. |
void |
setTrackingColumnIndex(int rhs1)
Receives the column index of the Track ID. |
ICursor |
update(IQueryFilter queryFilter,
boolean recycling)
Returns a cursor that can be used to update Rows selected by the specified query. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TemporalObservationTable()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public TemporalObservationTable(java.lang.Object obj)
throws java.io.IOException
obj to TemporalObservationTable.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems
TemporalObservationTable theTemporalObservationTable = (TemporalObservationTable) obj;| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public boolean isAutoPurge()
throws java.io.IOException,
AutomationException
isAutoPurge in interface ITemporalObservationsTablejava.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 ITemporalObservationsTablepVal - 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 ITemporalObservationsTablejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setThreshold(java.lang.Object pvarVal)
throws java.io.IOException,
AutomationException
setThreshold in interface ITemporalObservationsTablepvarVal - 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 ITemporalObservationsTablejava.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 ITemporalObservationsTablepVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isPersistant()
throws java.io.IOException,
AutomationException
isPersistant in interface ITemporalObservationsTablejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPersistant(boolean pVal)
throws java.io.IOException,
AutomationException
setPersistant in interface ITemporalObservationsTablepVal - The pVal (in)
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 ITemporalObservationsTablejava.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 ITemporalObservationsTablepVal - 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 ITemporalObservationsTablejava.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 ITemporalObservationsTablepVal - 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 ITemporalObservationsTablejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void queryTemporalExtent(java.lang.Object[] pvarStartTime,
java.lang.Object[] pvarEndTime)
throws java.io.IOException,
AutomationException
queryTemporalExtent in interface ITemporalObservationsTablepvarStartTime - A Variant (out: use single element array)pvarEndTime - A Variant (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int findField(java.lang.String name)
throws java.io.IOException,
AutomationException
findField in interface ITemporalTablename - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IFields getFields()
throws java.io.IOException,
AutomationException
getFields in interface ITemporalTablejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addField(IField field)
throws java.io.IOException,
AutomationException
addField in interface ITemporalTablefield - A reference to a com.esri.arcgis.geodatabase.IField (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void deleteField(IField field)
throws java.io.IOException,
AutomationException
deleteField in interface ITemporalTablefield - A reference to a com.esri.arcgis.geodatabase.IField (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IRow createRow()
throws java.io.IOException,
AutomationException
createRow in interface ITemporalTablejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IRow getRow(int oID)
throws java.io.IOException,
AutomationException
getRow in interface ITemporalTableoID - The oID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IRowBuffer createRowBuffer()
throws java.io.IOException,
AutomationException
createRowBuffer in interface ITemporalTablejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int rowCount(IQueryFilter queryFilter)
throws java.io.IOException,
AutomationException
rowCount in interface ITemporalTablequeryFilter - 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 ICursor search(IQueryFilter queryFilter,
boolean recycling)
throws java.io.IOException,
AutomationException
search in interface ITemporalTablequeryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)recycling - The recycling (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ICursor update(IQueryFilter queryFilter,
boolean recycling)
throws java.io.IOException,
AutomationException
update in interface ITemporalTablequeryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)recycling - The recycling (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ICursor insert(boolean useBuffering)
throws java.io.IOException,
AutomationException
insert in interface ITemporalTableuseBuffering - The useBuffering (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISelectionSet select(IQueryFilter queryFilter,
int selType,
int selOption,
IWorkspace selectionContainer)
throws java.io.IOException,
AutomationException
select in interface ITemporalTablequeryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)selType - A com.esri.arcgis.geodatabase.esriSelectionType constant (in)selOption - A com.esri.arcgis.geodatabase.esriSelectionOption constant (in)selectionContainer - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isHasGeometry()
throws java.io.IOException,
AutomationException
isHasGeometry in interface ITemporalTablejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getGeometryColumnName()
throws java.io.IOException,
AutomationException
getGeometryColumnName in interface ITemporalTablejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGeometryColumnName(java.lang.String pbstrColumnName)
throws java.io.IOException,
AutomationException
setGeometryColumnName in interface ITemporalTablepbstrColumnName - The pbstrColumnName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTrackingColumnIndex(int rhs1)
throws java.io.IOException,
AutomationException
setTrackingColumnIndex in interface ITemporalObservationsTable2rhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int addRow(IDataMessage piDataMessage)
throws java.io.IOException,
AutomationException
addRow in interface IInternalTablepiDataMessage - A reference to a com.esri.arcgis.geodatabaseextensions.IDataMessage (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws java.io.IOException,
AutomationException
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
java.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 | ||||||||