com.esri.arcgis.carto
Interface IMapTableSubtypeInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMapTableSubtypeInfoProxy, MapTableSubtypeInfo

public interface IMapTableSubtypeInfo
extends java.io.Serializable

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

Description: 'Provides access to MapTableSubtypeInfo members.' 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 IIDbd18550b_adfb_4fd4_ba80_c26814b5f3fe
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getSubtypeFieldName()
          Name of the Subtype Field.
 ISubtypeInfos getSubtypeInfos()
          Array of Subtype Information.
 int getTableID()
          The table identifier.
 

Field Detail

IIDbd18550b_adfb_4fd4_ba80_c26814b5f3fe

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

getTableID

int getTableID()
               throws java.io.IOException,
                      AutomationException
The table identifier. This ID is used throughout to uniquely identify the layer for all requests.

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

getSubtypeFieldName

java.lang.String getSubtypeFieldName()
                                     throws java.io.IOException,
                                            AutomationException
Name of the Subtype Field.

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

getSubtypeInfos

ISubtypeInfos getSubtypeInfos()
                              throws java.io.IOException,
                                     AutomationException
Array of Subtype Information.

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