com.esri.arcgis.carto
Interface IDisplayTable

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CadAnnotationLayer, CadastralFabricSubLayer, CadFeatureLayer, CoverageAnnotationLayer, DimensionLayer, FDOGraphicsLayer, FeatureLayer, GdbRasterCatalogLayer, IDisplayTableProxy, ImageServerLayer, IMSSubFeatureLayer, RasterLayer, StandaloneTable, TemporalFeatureLayer, WMTSLayer

public interface IDisplayTable
extends java.io.Serializable

COM Interface 'IDisplayTable'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that work with the display table associated with a standalone table.' 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 IIDcce71a6d_6135_46cd_bbed_616a74831b30
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ISelectionSet getDisplaySelectionSet()
          The selected set of rows from the display table.
 ITable getDisplayTable()
          The display table.
 ICursor searchDisplayTable(IQueryFilter pQueryFilter, boolean recycling)
          Creates a cursor from the display table based upon the search criteria.
 ISelectionSet selectDisplayTable(IQueryFilter pQueryFilter, int selType, int selOption, IWorkspace pSelWorkspace)
          Creates a selection set from the display table based upon the search criteria.
 

Field Detail

IIDcce71a6d_6135_46cd_bbed_616a74831b30

static final int IIDcce71a6d_6135_46cd_bbed_616a74831b30
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

getDisplayTable

ITable getDisplayTable()
                       throws java.io.IOException,
                              AutomationException
The display table.

Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

searchDisplayTable

ICursor searchDisplayTable(IQueryFilter pQueryFilter,
                           boolean recycling)
                           throws java.io.IOException,
                                  AutomationException
Creates a cursor from the display table based upon the search criteria.

Parameters:
pQueryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
recycling - The recycling (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.

selectDisplayTable

ISelectionSet selectDisplayTable(IQueryFilter pQueryFilter,
                                 int selType,
                                 int selOption,
                                 IWorkspace pSelWorkspace)
                                 throws java.io.IOException,
                                        AutomationException
Creates a selection set from the display table based upon the search criteria.

Parameters:
pQueryFilter - 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)
pSelWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.ISelectionSet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDisplaySelectionSet

ISelectionSet getDisplaySelectionSet()
                                     throws java.io.IOException,
                                            AutomationException
The selected set of rows from the display table.

Returns:
A reference to a com.esri.arcgis.geodatabase.ISelectionSet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.