|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITrackingLabel
Provides access to properties and methods for controlling tracking labels.
Method Summary | |
---|---|
void |
draw(IDisplay piDisplay)
Draws the label to the map display. |
IEnvelope |
getEnvelope()
Property Envelope. |
String |
getID()
Indicates ID value for the label. |
IGeometry |
getLocation()
Labels geometric location. |
double |
getOffsetAngle()
Indicates the pixel offset bearing from the centroid of the location. |
short |
getPixelOffset()
Indicates the pixel offset from centroid of the location. |
boolean |
isDirty()
Indicates if the label properties have changed since last drawn. |
boolean |
isVisible()
Indicates whether the tracking label is visible on the map display. |
void |
setID(String pbstrID)
Indicates ID value for the label. |
void |
setLocationByRef(IGeometry ppiLocation)
Labels geometric location. |
void |
setOffsetAngle(double pdOffsetAngle)
Indicates the pixel offset bearing from the centroid of the location. |
void |
setPixelOffset(short pnPixelOffset)
Indicates the pixel offset from centroid of the location. |
void |
setVisible(boolean pbvarVisible)
Indicates whether the tracking label is visible on the map display. |
Method Detail |
---|
boolean isDirty() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setID(String pbstrID) throws IOException, AutomationException
pbstrID
- The pbstrID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getEnvelope() throws IOException, AutomationException
This property indicates the envelope of the label.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLocationByRef(IGeometry ppiLocation) throws IOException, AutomationException
ppiLocation
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeometry getLocation() throws IOException, AutomationException
This property indicates label’s geometric location.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void draw(IDisplay piDisplay) throws IOException, AutomationException
piDisplay
- A reference to a com.esri.arcgis.display.IDisplay (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isVisible() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVisible(boolean pbvarVisible) throws IOException, AutomationException
pbvarVisible
- The pbvarVisible (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.short getPixelOffset() throws IOException, AutomationException
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.double getOffsetAngle() throws IOException, AutomationException
This property indicates the angle of offset for labels to display from the event on the map display.
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |