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