com.esri.arcgis.trackinganalyst
Interface ITxHighlightFeatures

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

public interface ITxHighlightFeatures
extends java.io.Serializable

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

Description: 'Provides options to highlight specified features.' 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 IID2701b7b4_5494_402a_909e_98218eb2d45f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void highlightAllFeatures(boolean highlight)
          Specifies that all features should be highlighted or unhighlighted.
 void highlightFeatures(IFIDSet features, boolean highlight)
          Specifies that the given features should be highlighted or unhighlighted.
 boolean isHasFeatureHighlights()
          Specifies that features are set to be highlighted.
 boolean isHighlightFeature(int oid)
          Specifies that the feature with the given OID should be highlighted or unhighlighted.
 void setHighlightFeature(int oid, boolean highlight)
          Specifies that the feature with the given OID should be highlighted or unhighlighted.
 

Field Detail

IID2701b7b4_5494_402a_909e_98218eb2d45f

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

isHighlightFeature

boolean isHighlightFeature(int oid)
                           throws java.io.IOException,
                                  AutomationException
Specifies that the feature with the given OID should be highlighted or unhighlighted.

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

setHighlightFeature

void setHighlightFeature(int oid,
                         boolean highlight)
                         throws java.io.IOException,
                                AutomationException
Specifies that the feature with the given OID should be highlighted or unhighlighted.

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

highlightFeatures

void highlightFeatures(IFIDSet features,
                       boolean highlight)
                       throws java.io.IOException,
                              AutomationException
Specifies that the given features should be highlighted or unhighlighted.

Parameters:
features - A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
highlight - The highlight (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

highlightAllFeatures

void highlightAllFeatures(boolean highlight)
                          throws java.io.IOException,
                                 AutomationException
Specifies that all features 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.

isHasFeatureHighlights

boolean isHasFeatureHighlights()
                               throws java.io.IOException,
                                      AutomationException
Specifies that features 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.