com.esri.arcgis.trackinganalyst
Interface IEventRenderer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EnhancedInfoRenderer, IEventRendererProxy

public interface IEventRenderer
extends java.io.Serializable

COM Interface 'IEventRenderer'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to an interface that identifies renderers that cannot provide symbols but can render to a 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 IID06ea7015_4636_11d6_b83e_00010265adc5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void drawFeature(IFeature piFeature, IColor piColor, int enumDrawPhase, IDisplay piDisplay, ITrackCancel piTrackCancel)
          Draws a feature on the map.
 

Field Detail

IID06ea7015_4636_11d6_b83e_00010265adc5

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

drawFeature

void drawFeature(IFeature piFeature,
                 IColor piColor,
                 int enumDrawPhase,
                 IDisplay piDisplay,
                 ITrackCancel piTrackCancel)
                 throws java.io.IOException,
                        AutomationException
Draws a feature on the map.

Parameters:
piFeature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
piColor - A reference to a com.esri.arcgis.display.IColor (in)
enumDrawPhase - A com.esri.arcgis.system.esriDrawPhase constant (in)
piDisplay - A reference to a com.esri.arcgis.display.IDisplay (in)
piTrackCancel - 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.