com.esri.arcgis.carto
Interface IDynamicLayer2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IDynamicLayer2Proxy

public interface IDynamicLayer2
extends java.io.Serializable

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

Description: 'Provides access to layers that work with dynamic display.' 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 IID8be22356_d39d_4747_a662_8b34b3ff4668
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object getObjectById(int iD, ILayer iLayer)
          Allow retrieval of the object with the given object ID.
 

Field Detail

IID8be22356_d39d_4747_a662_8b34b3ff4668

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

getObjectById

java.lang.Object getObjectById(int iD,
                               ILayer iLayer)
                               throws java.io.IOException,
                                      AutomationException
Allow retrieval of the object with the given object ID.

Parameters:
iD - The iD (in)
iLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.