com.esri.arcgis.carto
Interface ILayerExtensionDraw

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
HatchLayerExtension, ILayerExtensionDrawProxy, RouteLayerExtension

public interface ILayerExtensionDraw
extends java.io.Serializable

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

Description: 'Provides access to events before and after a layer draws.' 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 IID681c8ddc_0f37_42e2_9cbb_ca614e0bc6e5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void afterLayerDraw(ILayer pLayer, int drawPhase, IDisplay pDisplay, ITrackCancel pTrackCancel)
          Drawing event called after layer draws.
 void beforeLayerDraw(ILayer pLayer, int drawPhase, IDisplay pDisplay, ITrackCancel pTrackCancel)
          Drawing event called before layer draws.
 

Field Detail

IID681c8ddc_0f37_42e2_9cbb_ca614e0bc6e5

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

beforeLayerDraw

void beforeLayerDraw(ILayer pLayer,
                     int drawPhase,
                     IDisplay pDisplay,
                     ITrackCancel pTrackCancel)
                     throws java.io.IOException,
                            AutomationException
Drawing event called before layer draws.

Parameters:
pLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
drawPhase - A com.esri.arcgis.system.esriDrawPhase constant (in)
pDisplay - A reference to a com.esri.arcgis.display.IDisplay (in)
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

afterLayerDraw

void afterLayerDraw(ILayer pLayer,
                    int drawPhase,
                    IDisplay pDisplay,
                    ITrackCancel pTrackCancel)
                    throws java.io.IOException,
                           AutomationException
Drawing event called after layer draws.

Parameters:
pLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
drawPhase - A com.esri.arcgis.system.esriDrawPhase constant (in)
pDisplay - A reference to a com.esri.arcgis.display.IDisplay (in)
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.