|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.trackinganalyst.TemporalObjectTable
public class TemporalObjectTable
The TemporalObject Table object is a wrapper around an internal memory based database table that contains data about all of the temporal objects that the temporal feature class contains. This object is provided to facilitate the management of this data in a conventional ESRI look and feel. The temporal feature class used direct methods to build the feature data. This object can be used for analysis operations.
Constructor Summary | |
---|---|
TemporalObjectTable()
Constructs a TemporalObjectTable using ArcGIS Engine. |
|
TemporalObjectTable(Object obj)
Construct a TemporalObjectTable 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(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. |
IRow |
getRow(int oID)
The row from the database with the specified object ID. |
String |
getTrackingColumnName()
The column name used to 'join' the temporal observations with static features. |
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 |
isHasGeometry()
Identifies if the table contains a geometry field. |
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 |
setGeometryColumnName(String pbstrColumnName)
Column name of the table's field containing the geometry. |
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 TemporalObjectTable() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic TemporalObjectTable(Object obj) throws IOException
obj
to TemporalObjectTable
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
TemporalObjectTable theTemporalObjectTable = (TemporalObjectTable) obj;
Method Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getTrackingColumnName() throws IOException, AutomationException
getTrackingColumnName
in interface ITemporalObjectTable
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 ITemporalTable
name
- 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 ITemporalTable
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addField(IField field) throws IOException, AutomationException
addField
in interface ITemporalTable
field
- 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 ITemporalTable
field
- 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 ITemporalTable
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRow getRow(int oID) throws IOException, AutomationException
getRow
in interface ITemporalTable
oID
- 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 ITemporalTable
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int rowCount(IQueryFilter queryFilter) throws IOException, AutomationException
rowCount
in interface ITemporalTable
queryFilter
- 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 ITemporalTable
queryFilter
- 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 ITemporalTable
queryFilter
- 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 ITemporalTable
useBuffering
- 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 ITemporalTable
queryFilter
- 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 ITemporalTable
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getGeometryColumnName() throws IOException, AutomationException
getGeometryColumnName
in interface ITemporalTable
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGeometryColumnName(String pbstrColumnName) throws IOException, AutomationException
setGeometryColumnName
in interface ITemporalTable
pbstrColumnName
- The pbstrColumnName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int addRow(IDataMessage piDataMessage) throws IOException, AutomationException
addRow
in interface IInternalTable
piDataMessage
- A reference to a com.esri.arcgis.geodatabaseextensions.IDataMessage (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid) throws IOException, AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (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 |