|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableUtil
COM Interface 'ITableUtil'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDd3cb0fc1_8c02_11d3_9f91_00c04f6bdf0c
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
IRow |
getRow(int 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. |
Field Detail |
---|
static final int IIDd3cb0fc1_8c02_11d3_9f91_00c04f6bdf0c
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IRow getRow(int oID, ISpatialReference spatialReference) throws java.io.IOException, AutomationException
oID
- The oID (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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |