public interface ITableUtil
extends java.io.Serializable
Description: 'Provides access to members that return rows in the specified spatial reference.' 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 |
IIDd3cb0fc1_8c02_11d3_9f91_00c04f6bdf0c |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IRow |
getRow(long oID,
ISpatialReference spatialReference)
The row from the database with the specified object ID, in the specified spatial reference.
|
ICursor |
getRows(java.lang.Object oids,
boolean recycling,
ISpatialReference spatialReference)
A cursor of rows given a set of object ids, in the specified spatial reference.
|
static final int IIDd3cb0fc1_8c02_11d3_9f91_00c04f6bdf0c
static final int xxDummy
static final java.lang.String IID
IRow getRow(long oID, ISpatialReference spatialReference) throws java.io.IOException, AutomationException
oID
- Signed 64-bit int (in)spatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ICursor getRows(java.lang.Object oids, boolean recycling, ISpatialReference spatialReference) throws java.io.IOException, AutomationException
oids
- A Variant (in)recycling
- The recycling (in)spatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.