public interface ITemporalTable
extends java.io.Serializable
Description: 'Provides access to properties and methods in which a temporal table can be controlled.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID18fb46e0_461a_11d5_b7e5_00010265adc5 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
int |
findField(java.lang.String name)
The index of the field with the specified name.
|
IFields |
getFields()
The fields collection for this object class.
|
java.lang.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.
|
ICursor |
insert(boolean useBuffering)
Returns a cursor that can be used to insert new Rows.
|
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(java.lang.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.
|
static final int IID18fb46e0_461a_11d5_b7e5_00010265adc5
static final int xxDummy
static final java.lang.String IID
int findField(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IFields getFields() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addField(IField field) throws java.io.IOException, AutomationException
field
- 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.void deleteField(IField field) throws java.io.IOException, AutomationException
field
- 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.IRow createRow() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRow getRow(int oID) throws java.io.IOException, AutomationException
oID
- The oID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRowBuffer createRowBuffer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int rowCount(IQueryFilter queryFilter) throws java.io.IOException, AutomationException
queryFilter
- 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.ICursor search(IQueryFilter queryFilter, boolean recycling) throws java.io.IOException, AutomationException
queryFilter
- 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.ICursor update(IQueryFilter queryFilter, boolean recycling) throws java.io.IOException, AutomationException
queryFilter
- 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.ICursor insert(boolean useBuffering) throws java.io.IOException, AutomationException
useBuffering
- The useBuffering (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ISelectionSet select(IQueryFilter queryFilter, int selType, int selOption, IWorkspace selectionContainer) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isHasGeometry() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getGeometryColumnName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGeometryColumnName(java.lang.String pbstrColumnName) throws java.io.IOException, AutomationException
pbstrColumnName
- The pbstrColumnName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.