com.esri.arcgis.carto
Interface ILayerDrawSetup

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILayerDrawSetupProxy, LasDatasetLayer, RasterLayer, TerrainLayer

public interface ILayerDrawSetup
extends java.io.Serializable

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

Description: 'Provides access to layer draw setups.' 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 IIDbe9dc638_bd42_4319_8254_9f23fb866deb
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void afterDraw(int viewPhase, IDisplay display, ITrackCancel trackCancel)
          Executes after the layer drawn to the display for the given draw phase.
 void beforeDraw(int viewPhase, IDisplay display, ITrackCancel trackCancel)
          Executes before the layer draws to the display for the given draw phase.
 

Field Detail

IIDbe9dc638_bd42_4319_8254_9f23fb866deb

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

beforeDraw

void beforeDraw(int viewPhase,
                IDisplay display,
                ITrackCancel trackCancel)
                throws java.io.IOException,
                       AutomationException
Executes before the layer draws to the display for the given draw phase.

Parameters:
viewPhase - A com.esri.arcgis.carto.esriViewDrawPhase constant (in)
display - A reference to a com.esri.arcgis.display.IDisplay (in)
trackCancel - 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.

afterDraw

void afterDraw(int viewPhase,
               IDisplay display,
               ITrackCancel trackCancel)
               throws java.io.IOException,
                      AutomationException
Executes after the layer drawn to the display for the given draw phase.

Parameters:
viewPhase - A com.esri.arcgis.carto.esriViewDrawPhase constant (in)
display - A reference to a com.esri.arcgis.display.IDisplay (in)
trackCancel - 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.