com.esri.arcgis.carto
Interface IMapTableInfo3

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMapTableInfo3Proxy, MapLayerInfo, StandaloneTableInfo

public interface IMapTableInfo3
extends java.io.Serializable

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

Description: 'Provides access to additional properties for map tables.' 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 IID824d76d9_dd2b_4197_98d0_460373f40626
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void getDefinitionExpression(java.lang.String[] definitionExpression)
          Returns the original definition expression on the layer.
 java.lang.String getDisplayField()
          Primary display field.
 IFields getFields()
          Array of attribute fields contained in the table.
 int getHTMLPopupType()
          Indicates if the layer has HTML popups enabled.
 int getID()
          The table ID.
 java.lang.String getName()
          Descriptive name of the table.
 java.lang.String getOIDFieldName()
          The name of the OID Field.
 IRelateInfos getRelateInfos()
          Array of relates associated to the table.
 boolean isHasAttachments()
          Indicates if the layer has attachments.
 boolean isHasSubtype()
          Indicates if the layer has Subtype.
 boolean isSupportsAdvancedQueries()
          Indicates if the table supports calculating advanced queries (i.e.
 boolean isSupportsStatistics()
          Indicates if the table supports calculating statistics on its fields.
 

Field Detail

IID824d76d9_dd2b_4197_98d0_460373f40626

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

getID

int getID()
          throws java.io.IOException,
                 AutomationException
The table ID. This is a unique ID among layers and tables, and is used to identify the table in a number of methods.

Returns:
The tableID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Descriptive name of the table.

Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFields

IFields getFields()
                  throws java.io.IOException,
                         AutomationException
Array of attribute fields contained in the table.

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

getRelateInfos

IRelateInfos getRelateInfos()
                            throws java.io.IOException,
                                   AutomationException
Array of relates associated to the table.

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

isHasAttachments

boolean isHasAttachments()
                         throws java.io.IOException,
                                AutomationException
Indicates if the layer has attachments.

Returns:
The hasAttachments
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHTMLPopupType

int getHTMLPopupType()
                     throws java.io.IOException,
                            AutomationException
Indicates if the layer has HTML popups enabled.

Returns:
A com.esri.arcgis.carto.esriServerHTMLPopupType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDisplayField

java.lang.String getDisplayField()
                                 throws java.io.IOException,
                                        AutomationException
Primary display field.

Returns:
The fieldName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOIDFieldName

java.lang.String getOIDFieldName()
                                 throws java.io.IOException,
                                        AutomationException
The name of the OID Field.

Returns:
The oIDFieldName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isHasSubtype

boolean isHasSubtype()
                     throws java.io.IOException,
                            AutomationException
Indicates if the layer has Subtype.

Returns:
The hasSubtype
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSupportsStatistics

boolean isSupportsStatistics()
                             throws java.io.IOException,
                                    AutomationException
Indicates if the table supports calculating statistics on its fields.

Returns:
The supportsStats
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSupportsAdvancedQueries

boolean isSupportsAdvancedQueries()
                                  throws java.io.IOException,
                                         AutomationException
Indicates if the table supports calculating advanced queries (i.e. ORDER BY clauses) on its fields.

Returns:
The supportsAdvancedQueries
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDefinitionExpression

void getDefinitionExpression(java.lang.String[] definitionExpression)
                             throws java.io.IOException,
                                    AutomationException
Returns the original definition expression on the layer.

Parameters:
definitionExpression - The definitionExpression (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.