com.esri.arcgis.trackinganalyst
Interface ITxHighlightTracks

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

public interface ITxHighlightTracks
extends java.io.Serializable

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

Description: 'Provides options to highlight specified tracks.' 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 IIDe4fb4e05_47be_4460_962a_2a124d4521d8
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void highlightAllTracks(boolean highlight)
          Specifies that all tracks should be highlighted or unhighlighted.
 void highlightTracks(java.lang.String[] trackIds, boolean highlight)
          Specifies that the given tracks should be highlighted or unhighlighted.
 boolean isHasTrackHighlights()
          Specifies that tracks are set to be highlighted.
 boolean isHighlightTrack(java.lang.String trackId)
          Specifies that the given track should be highlighted or unhighlighted.
 void setHighlightTrack(java.lang.String trackId, boolean highlight)
          Specifies that the given track should be highlighted or unhighlighted.
 

Field Detail

IIDe4fb4e05_47be_4460_962a_2a124d4521d8

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

isHighlightTrack

boolean isHighlightTrack(java.lang.String trackId)
                         throws java.io.IOException,
                                AutomationException
Specifies that the given track should be highlighted or unhighlighted.

Parameters:
trackId - The trackId (in)
Returns:
The highlight
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHighlightTrack

void setHighlightTrack(java.lang.String trackId,
                       boolean highlight)
                       throws java.io.IOException,
                              AutomationException
Specifies that the given track should be highlighted or unhighlighted.

Parameters:
trackId - The trackId (in)
highlight - The highlight (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

highlightTracks

void highlightTracks(java.lang.String[] trackIds,
                     boolean highlight)
                     throws java.io.IOException,
                            AutomationException
Specifies that the given tracks should be highlighted or unhighlighted.

Parameters:
trackIds - The trackIds (in)
highlight - The highlight (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

highlightAllTracks

void highlightAllTracks(boolean highlight)
                        throws java.io.IOException,
                               AutomationException
Specifies that all tracks should be highlighted or unhighlighted.

Parameters:
highlight - The highlight (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isHasTrackHighlights

boolean isHasTrackHighlights()
                             throws java.io.IOException,
                                    AutomationException
Specifies that tracks are set to be highlighted.

Returns:
The hasHighlights
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.