com.esri.arcgis.carto
Interface IDataObjectTable

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IGraphicFeatureLayer
All Known Implementing Classes:
DataObjectTable, GraphicFeatureLayer, IDataObjectTableProxy, IGraphicFeatureLayerProxy

public interface IDataObjectTable
extends java.io.Serializable

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

Description: 'Data 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 IID72ee5f8a_f039_48da_b057_e61c7b6382da
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getCopyrightText()
          Copyright information associated with the table or layer.
 java.lang.String getDescription()
          The description of the table or layer.
 java.lang.String getDisplayPropName()
          Primary display field.
 java.lang.String getGlobalIDPropName()
          getGlobalIDPropName
 int getHTMLPopupType()
          Indicates if the layer/table has HTML popups enabled.
 int getID()
          getID
 java.lang.String getName()
          getName
 java.lang.String getOIDPropName()
          getOIDPropName
 IPropertyInfos getPropertyInfos()
          getPropertyInfos
 IRelateInfos getRelations()
          getRelations
 ITemplateInfos getTemplates()
          Feature Templates.
 java.lang.String getTypeIDPropName()
          getTypeIDPropName
 IDataObjectTypes getTypes()
          getTypes
 boolean isHasAttachments()
          Indicates if the table/ layer has attachments.
 

Field Detail

IID72ee5f8a_f039_48da_b057_e61c7b6382da

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

getCopyrightText

java.lang.String getCopyrightText()
                                  throws java.io.IOException,
                                         AutomationException
Copyright information associated with the table or layer.

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

getDescription

java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
The description of the table or layer. This property is set in the General tab of the Table/ Layer Properties dialog.

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

getDisplayPropName

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

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

getGlobalIDPropName

java.lang.String getGlobalIDPropName()
                                     throws java.io.IOException,
                                            AutomationException
getGlobalIDPropName

Returns:
The propName
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 table/ 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/table 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.

getID

int getID()
          throws java.io.IOException,
                 AutomationException
getID

Returns:
The iD
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
getName

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

getOIDPropName

java.lang.String getOIDPropName()
                                throws java.io.IOException,
                                       AutomationException
getOIDPropName

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

getPropertyInfos

IPropertyInfos getPropertyInfos()
                                throws java.io.IOException,
                                       AutomationException
getPropertyInfos

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

getRelations

IRelateInfos getRelations()
                          throws java.io.IOException,
                                 AutomationException
getRelations

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.

getTemplates

ITemplateInfos getTemplates()
                            throws java.io.IOException,
                                   AutomationException
Feature Templates.

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

getTypeIDPropName

java.lang.String getTypeIDPropName()
                                   throws java.io.IOException,
                                          AutomationException
getTypeIDPropName

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

getTypes

IDataObjectTypes getTypes()
                          throws java.io.IOException,
                                 AutomationException
getTypes

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