|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapTableInfo2
Provides access to additional properties for map tables.
Method Summary | |
---|---|
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. |
String |
getName()
Descriptive name of the table. |
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. |
Method Detail |
---|
int getID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFields getFields() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRelateInfos getRelateInfos() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHasAttachments() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getHTMLPopupType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDisplayField() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getOIDFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHasSubtype() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSupportsStatistics() throws IOException, AutomationException
Limitations:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSupportsAdvancedQueries() throws IOException, AutomationException
When False, anything set to IQueryFilterDefinition2::PrefixClause or IQueryFilterDefinition2::PrefixClause gets igonred by MapServer query functions (QueryData etc.) that because the underlying datasource does not support that.
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 |