com.esri.arcgis.carto
Interface ILayerTablesAndDataMappings

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILayerTablesAndDataMappingsProxy, LayerTablesAndDataMappings

public interface ILayerTablesAndDataMappings
extends java.io.Serializable

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

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 IIDcc04f497_ff81_4b5b_974e_676597167107
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGFLayerTableDataMappings getGFLayerTableDataMappings()
          getGFLayerTableDataMappings
 IEnumLayer getLayers()
          getLayers
 

Field Detail

IIDcc04f497_ff81_4b5b_974e_676597167107

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

getGFLayerTableDataMappings

IGFLayerTableDataMappings getGFLayerTableDataMappings()
                                                      throws java.io.IOException,
                                                             AutomationException
getGFLayerTableDataMappings

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

getLayers

IEnumLayer getLayers()
                     throws java.io.IOException,
                            AutomationException
getLayers

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