|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITrackingTextLabel
COM Interface 'ITrackingTextLabel'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
Description: 'Provides access to properties and methods for controlling tracking text labels.' 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 |
IID80629b50_ec63_11d5_b81a_00010265adc5
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
draw(IDisplay piDisplay)
Draws the label to the map display. |
IEnvelope |
getEnvelope()
Provide the envelope of the label (currently, does nothing). |
java.lang.String |
getID()
Label Identifier. |
java.lang.String |
getLabelText()
Defines label text. |
IGeometry |
getLocation()
Labels Geometric Location. |
double |
getOffsetAngle()
Indicates pixel offset bearing from centroid of location. |
short |
getPixelOffset()
Indicates pixel offset from centroid of location. |
ITextSymbol |
getTextSymbol()
Defines symbol(s) used in text label. |
boolean |
isDirty()
Indicates if the label properties have changed since last drawn. |
boolean |
isVisible()
Indicates whether or not the text label is visible when drawing events on the map. |
void |
setID(java.lang.String pbstrID)
Label Identifier. |
void |
setLabelText(java.lang.String pbstrLabelText)
Defines label text. |
void |
setLocationByRef(IGeometry ppiLocation)
Labels Geometric Location. |
void |
setOffsetAngle(double pdOffsetAngle)
Indicates pixel offset bearing from centroid of location. |
void |
setPixelOffset(short pnPixelOffset)
Indicates pixel offset from centroid of location. |
void |
setTextSymbolByRef(ITextSymbol ppiTextSymbol)
Defines symbol(s) used in text label. |
void |
setVisible(boolean pbvarVisible)
Indicates whether or not the text label is visible when drawing events on the map. |
Field Detail |
---|
static final int IID80629b50_ec63_11d5_b81a_00010265adc5
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean isDirty() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setID(java.lang.String pbstrID) throws java.io.IOException, AutomationException
pbstrID
- The pbstrID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getEnvelope() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLocationByRef(IGeometry ppiLocation) throws java.io.IOException, AutomationException
ppiLocation
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeometry getLocation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void draw(IDisplay piDisplay) throws java.io.IOException, AutomationException
piDisplay
- A reference to a com.esri.arcgis.display.IDisplay (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isVisible() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVisible(boolean pbvarVisible) throws java.io.IOException, AutomationException
pbvarVisible
- The pbvarVisible (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.short getPixelOffset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPixelOffset(short pnPixelOffset) throws java.io.IOException, AutomationException
pnPixelOffset
- The pnPixelOffset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getOffsetAngle() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOffsetAngle(double pdOffsetAngle) throws java.io.IOException, AutomationException
pdOffsetAngle
- The pdOffsetAngle (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getLabelText() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLabelText(java.lang.String pbstrLabelText) throws java.io.IOException, AutomationException
pbstrLabelText
- The pbstrLabelText (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITextSymbol getTextSymbol() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTextSymbolByRef(ITextSymbol ppiTextSymbol) throws java.io.IOException, AutomationException
ppiTextSymbol
- A reference to a com.esri.arcgis.display.ITextSymbol (in)
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 |