|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISimpleTrackingLabelRenderer
Provides access to properties and methods needed to manage the renderer for simple tracking labels.
| Method Summary | |
|---|---|
IUID |
getID()
Indicates ID value of event for tracking label renderer. |
String |
getLabelFieldName()
Name of the field whose contents will be used as the tracking label when drawing to the map display. |
double |
getOffsetAngle()
Indicates angle of offset for labels to display from the event on the map display. |
short |
getPixelOffset()
Indicates amount of offset for the label renderer to draw labels next to events in the map display. |
ITextSymbol |
getTextSymbol()
Indicates settings for the text symbol appearance used to label temporal events. |
boolean |
isDisplayOnlyLastKnownFeatures()
Indicates whether only the last known or all features will be drawn to the map display. |
boolean |
isLabelFeatures()
Indicates whether or not labeling for features is turned on. |
void |
setDisplayOnlyLastKnownFeatures(boolean pbvarDisplayOnlyLastKnownFeatures)
Indicates whether only the last known or all features will be drawn to the map display. |
void |
setLabelFeatures(boolean pbvarLabelFeatures)
Indicates whether or not labeling for features is turned on. |
void |
setLabelFieldName(String pbstrFieldName)
Name of the field whose contents will be used as the tracking label when drawing to the map display. |
void |
setLastKnownFIDsByRef(IFeatureIDSet rhs1)
Indicates whether or not last known feature IDs will be drawn to the map display. |
void |
setOffsetAngle(double pdOffsetAngle)
Indicates angle of offset for labels to display from the event on the map display. |
void |
setPixelOffset(short pnPixelOffset)
Indicates amount of offset for the label renderer to draw labels next to events in the map display. |
void |
setTextSymbolByRef(ITextSymbol ppiTextSymbol)
Indicates settings for the text symbol appearance used to label temporal events. |
| Method Detail |
|---|
void setDisplayOnlyLastKnownFeatures(boolean pbvarDisplayOnlyLastKnownFeatures)
throws IOException,
AutomationException
pbvarDisplayOnlyLastKnownFeatures - The pbvarDisplayOnlyLastKnownFeatures (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isDisplayOnlyLastKnownFeatures()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLastKnownFIDsByRef(IFeatureIDSet rhs1)
throws IOException,
AutomationException
rhs1 - A reference to a com.esri.arcgis.carto.IFeatureIDSet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLabelFieldName(String pbstrFieldName)
throws IOException,
AutomationException
pbstrFieldName - The pbstrFieldName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getLabelFieldName()
throws IOException,
AutomationException
CoTemporalFeatureLayer’s ITrackingLayerLabels controls/sets the property under this interface in Tracking Analyst.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLabelFeatures(boolean pbvarLabelFeatures)
throws IOException,
AutomationException
pbvarLabelFeatures - The pbvarLabelFeatures (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isLabelFeatures()
throws IOException,
AutomationException
CoTemporalFeatureLayer’s ITrackingLayerLabels controls/sets the property under this interface in Tracking Analyst.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
short getPixelOffset()
throws IOException,
AutomationException
CoTemporalFeatureLayer’s ITrackingLayerLabels controls/sets the property under this interface in Tracking Analyst.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPixelOffset(short pnPixelOffset)
throws IOException,
AutomationException
pnPixelOffset - The pnPixelOffset (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IUID getID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getOffsetAngle()
throws IOException,
AutomationException
CoTemporalFeatureLayer’s ITrackingLayerLabels controls/sets the property under this interface in Tracking Analyst.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOffsetAngle(double pdOffsetAngle)
throws IOException,
AutomationException
pdOffsetAngle - The pdOffsetAngle (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ITextSymbol getTextSymbol()
throws IOException,
AutomationException
CoTemporalFeatureLayer’s ITrackingLayerLabels controls/sets the property under this interface in Tracking Analyst.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTextSymbolByRef(ITextSymbol ppiTextSymbol)
throws IOException,
AutomationException
ppiTextSymbol - A reference to a com.esri.arcgis.display.ITextSymbol (in)
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 | ||||||||