com.esri.arcgis.trackinganalyst
Interface ITxHighlightSettings

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CoTrackSymbologyRenderer, ITxHighlightSettingsProxy, TADynamicDisplayRefreshController

public interface ITxHighlightSettings
extends java.io.Serializable

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

Description: 'Provides access to highlight symbols.' 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 IIDda25491e_f52b_4639_a4de_d0933580eccc
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IColor getHighlightFeatureColor()
          The highlight color drawn for highlighted features.
 IColor getHighlightTrackFeatureColor()
          The highlight color drawn for features in highlighted tracks.
 IColor getHighlightTrackLineColor()
          The highlight color drawn for track-lines in highlighted tracks.
 void setHighlightFeatureColor(IColor color)
          The highlight color drawn for highlighted features.
 void setHighlightTrackFeatureColor(IColor color)
          The highlight color drawn for features in highlighted tracks.
 void setHighlightTrackLineColor(IColor color)
          The highlight color drawn for track-lines in highlighted tracks.
 

Field Detail

IIDda25491e_f52b_4639_a4de_d0933580eccc

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

setHighlightTrackFeatureColor

void setHighlightTrackFeatureColor(IColor color)
                                   throws java.io.IOException,
                                          AutomationException
The highlight color drawn for features in highlighted tracks.

Parameters:
color - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHighlightTrackFeatureColor

IColor getHighlightTrackFeatureColor()
                                     throws java.io.IOException,
                                            AutomationException
The highlight color drawn for features in highlighted tracks.

Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHighlightTrackLineColor

void setHighlightTrackLineColor(IColor color)
                                throws java.io.IOException,
                                       AutomationException
The highlight color drawn for track-lines in highlighted tracks.

Parameters:
color - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHighlightTrackLineColor

IColor getHighlightTrackLineColor()
                                  throws java.io.IOException,
                                         AutomationException
The highlight color drawn for track-lines in highlighted tracks.

Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHighlightFeatureColor

void setHighlightFeatureColor(IColor color)
                              throws java.io.IOException,
                                     AutomationException
The highlight color drawn for highlighted features.

Parameters:
color - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHighlightFeatureColor

IColor getHighlightFeatureColor()
                                throws java.io.IOException,
                                       AutomationException
The highlight color drawn for highlighted features.

Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.