public interface IMapTableInfo2
extends java.io.Serializable
Description: 'Provides access to the Table Info.' 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 |
IID2a3baaea_f8ff_4bf2_9515_d64077644aa2 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID2a3baaea_f8ff_4bf2_9515_d64077644aa2
static final int xxDummy
static final java.lang.String IID
int getID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IFields getFields() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IRelateInfos getRelateInfos() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isHasAttachments() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getHTMLPopupType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDisplayField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getOIDFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isHasSubtype() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isSupportsStatistics() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isSupportsAdvancedQueries() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getDefinitionExpression(java.lang.String[] definitionExpression) throws java.io.IOException, AutomationException
definitionExpression
- The definitionExpression (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.