com.esri.arcgis.geodatabase
Interface ITableUtil

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITableUtilProxy, SchematicInMemoryFeatureClass

public interface ITableUtil
extends java.io.Serializable

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

IIDd3cb0fc1_8c02_11d3_9f91_00c04f6bdf0c

static final int IIDd3cb0fc1_8c02_11d3_9f91_00c04f6bdf0c
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getRow

IRow getRow(int oID,
            ISpatialReference spatialReference)
            throws java.io.IOException,
                   AutomationException
The row from the database with the specified object ID, in the specified spatial reference.

Parameters:
oID - The oID (in)
spatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IRow
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRows

ICursor getRows(java.lang.Object oids,
                boolean recycling,
                ISpatialReference spatialReference)
                throws java.io.IOException,
                       AutomationException
A cursor of rows given a set of object ids, in the specified spatial reference.

Parameters:
oids - A Variant (in)
recycling - The recycling (in)
spatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.ICursor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.