com.esri.arcgis.carto
Interface ILayerFactoryHelper

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILayerFactoryHelperProxy, LayerFactoryHelper

public interface ILayerFactoryHelper
extends java.io.Serializable

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

Description: 'Provides access to members used to create layers from names.' 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 IIDcc527850_cee4_11d5_a9e6_00104bb6fc1c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IEnumLayer createLayersFromName(IName name)
          Given a name attempts to open it using the layer factories, if successful returns a layers enumerator.
 

Field Detail

IIDcc527850_cee4_11d5_a9e6_00104bb6fc1c

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

createLayersFromName

IEnumLayer createLayersFromName(IName name)
                                throws java.io.IOException,
                                       AutomationException
Given a name attempts to open it using the layer factories, if successful returns a layers enumerator.

Parameters:
name - A reference to a com.esri.arcgis.system.IName (in)
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.