|
|||||||||
| 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
| Constructor Summary | |
|---|---|
TemporalObservationTable()
Constructs a TemporalObservationTable using ArcGIS Engine. |
|
TemporalObservationTable(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. TemporalObservationTable theTemporalObservationTable = (TemporalObservationTable) obj; |
|
| Method Summary | |
|---|---|
void |
addField(IField field)
Adds a field to this object class. |
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(Object o)
Compare this object with another |
int |
findField(String name)
The index of the field with the specified name. |
static String |
getClsid()
getClsid. |
IFields |
getFields()
The fields collection for this object class. |
String |
getGeometryColumnName()
Column name of the table's field containing the geometry. |
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. |
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. |
int |
hashCode()
the hashcode for this object |
ICursor |
insert(boolean useBuffering)
Returns a cursor that can be used to insert new Rows. |
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(Object[] pvarStartTime,
Object[] pvarEndTime)
Provides the time range of all records in the temporal table. |
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(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(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. |
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 |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public TemporalObservationTable()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public TemporalObservationTable(Object obj)
throws IOException
TemporalObservationTable theTemporalObservationTable = (TemporalObservationTable) obj;
obj to TemporalObservationTable.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
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 int findField(String name)
throws IOException,
AutomationException
findField in interface ITemporalTablename - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IFields getFields()
throws IOException,
AutomationException
getFields in interface ITemporalTableIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addField(IField field)
throws IOException,
AutomationException
addField in interface ITemporalTablefield - A reference to a com.esri.arcgis.geodatabase.IField (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void deleteField(IField field)
throws IOException,
AutomationException
deleteField in interface ITemporalTablefield - A reference to a com.esri.arcgis.geodatabase.IField (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IRow createRow()
throws IOException,
AutomationException
createRow in interface ITemporalTableIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IRow getRow(int oID)
throws IOException,
AutomationException
getRow in interface ITemporalTableoID - The oID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IRowBuffer createRowBuffer()
throws IOException,
AutomationException
createRowBuffer in interface ITemporalTableIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int rowCount(IQueryFilter queryFilter)
throws IOException,
AutomationException
rowCount in interface ITemporalTablequeryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ICursor search(IQueryFilter queryFilter,
boolean recycling)
throws IOException,
AutomationException
search in interface ITemporalTablequeryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)recycling - The recycling (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ICursor update(IQueryFilter queryFilter,
boolean recycling)
throws IOException,
AutomationException
update in interface ITemporalTablequeryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)recycling - The recycling (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ICursor insert(boolean useBuffering)
throws IOException,
AutomationException
insert in interface ITemporalTableuseBuffering - The useBuffering (in)
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 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)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isHasGeometry()
throws IOException,
AutomationException
isHasGeometry in interface ITemporalTableIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getGeometryColumnName()
throws IOException,
AutomationException
getGeometryColumnName in interface ITemporalTableIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGeometryColumnName(String pbstrColumnName)
throws IOException,
AutomationException
setGeometryColumnName in interface ITemporalTablepbstrColumnName - The pbstrColumnName (in)
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 | ||||||||