|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITxHighlightTracks
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 |
---|
static final int IIDe4fb4e05_47be_4460_962a_2a124d4521d8
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean isHighlightTrack(java.lang.String trackId) throws java.io.IOException, AutomationException
trackId
- The trackId (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHighlightTrack(java.lang.String trackId, boolean highlight) throws java.io.IOException, AutomationException
trackId
- The trackId (in)highlight
- The highlight (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void highlightTracks(java.lang.String[] trackIds, boolean highlight) throws java.io.IOException, AutomationException
trackIds
- The trackIds (in)highlight
- The highlight (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void highlightAllTracks(boolean highlight) throws java.io.IOException, AutomationException
highlight
- The highlight (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHasTrackHighlights() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |