|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITxHighlightFeatures
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 |
|---|
static final int IID2701b7b4_5494_402a_909e_98218eb2d45f
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
boolean isHighlightFeature(int oid)
throws java.io.IOException,
AutomationException
oid - The oid (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHighlightFeature(int oid,
boolean highlight)
throws java.io.IOException,
AutomationException
oid - The oid (in)highlight - The highlight (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void highlightFeatures(IFIDSet features,
boolean highlight)
throws java.io.IOException,
AutomationException
features - A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)highlight - The highlight (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void highlightAllFeatures(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 isHasFeatureHighlights()
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 | ||||||||