|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITrackingGlobeLayerLeaderLines
Provides access to properties and methods needed to manage tracking globe layer leader lines.
Method Summary | |
---|---|
IColor |
getElevatedLinesColor()
Specifies the color of the elevated lines. |
double |
getElevatedLinesLength()
Indicates the length of the elevated lines. |
int |
getElevatedLinesLengthUnits()
Indicates the units for the length of the elevated line. |
IColor |
getElevatedLinesPointColor()
Specifies the color of the point located at the base of the elevated lines. |
double |
getElevatedLinesPointWidth()
Indicates the width of the point located at the base of the elevated lines. |
int |
getElevatedLinesStyle()
Indicates the style of the elevated lines, and whether or not to elevate the symbols so they don't sink into the globe. |
double |
getElevatedLinesWidth()
Indicates the width of the elevated lines in pixels. |
IColor |
getLeaderLinesColor()
Specifies the color of the leader line. |
double |
getLeaderLinesWidth()
Indicates the width of the leader lines in pixels. |
boolean |
isDrawLeaderLines()
Indicates whether to draw leader lines from the symbol to the surface. |
boolean |
isElevatedLinesPointUseSymbolColor()
Indicates whether the color of the point located at the base of the elevated lines will be colored according to the elevated lines point color property or according to the symbolized feature it points to. |
boolean |
isElevatedLinesUseSymbolColor()
Indicates whether the elevated line will be colored according to the elevated lines color property or according to the symbolized feature it points to. |
boolean |
isLeaderLinesUseSymbolColor()
Indicates whether the leader line will be colored according to the leader lines color property or according to the symbolized feature it points to. |
boolean |
isSmoothElevatedLinesPoint()
Indicates whether to smooth the point located at the base of the elevated lines. |
void |
setDrawLeaderLines(boolean draw)
Indicates whether to draw leader lines from the symbol to the surface. |
void |
setElevatedLinesColor(IColor color)
Specifies the color of the elevated lines. |
void |
setElevatedLinesLength(double length)
Indicates the length of the elevated lines. |
void |
setElevatedLinesLengthUnits(int lengthUnits)
Indicates the units for the length of the elevated line. |
void |
setElevatedLinesPointColor(IColor color)
Specifies the color of the point located at the base of the elevated lines. |
void |
setElevatedLinesPointUseSymbolColor(boolean useSymbolColor)
Indicates whether the color of the point located at the base of the elevated lines will be colored according to the elevated lines point color property or according to the symbolized feature it points to. |
void |
setElevatedLinesPointWidth(double width)
Indicates the width of the point located at the base of the elevated lines. |
void |
setElevatedLinesStyle(int style)
Indicates the style of the elevated lines, and whether or not to elevate the symbols so they don't sink into the globe. |
void |
setElevatedLinesUseSymbolColor(boolean useSymbolColor)
Indicates whether the elevated line will be colored according to the elevated lines color property or according to the symbolized feature it points to. |
void |
setElevatedLinesWidth(double width)
Indicates the width of the elevated lines in pixels. |
void |
setLeaderLinesColor(IColor color)
Specifies the color of the leader line. |
void |
setLeaderLinesUseSymbolColor(boolean useSymbolColor)
Indicates whether the leader line will be colored according to the leader lines color property or according to the symbolized feature it points to. |
void |
setLeaderLinesWidth(double width)
Indicates the width of the leader lines in pixels. |
void |
setSmoothElevatedLinesPoint(boolean smooth)
Indicates whether to smooth the point located at the base of the elevated lines. |
Method Detail |
---|
boolean isDrawLeaderLines() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDrawLeaderLines(boolean draw) throws IOException, AutomationException
draw
- The draw (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isLeaderLinesUseSymbolColor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLeaderLinesUseSymbolColor(boolean useSymbolColor) throws IOException, AutomationException
useSymbolColor
- The useSymbolColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getLeaderLinesColor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLeaderLinesColor(IColor color) throws IOException, AutomationException
color
- A reference to a com.esri.arcgis.display.IColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getElevatedLinesStyle() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setElevatedLinesStyle(int style) throws IOException, AutomationException
style
- A com.esri.arcgis.trackinganalyst.esriTrackingElevatedLineStyle constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isElevatedLinesUseSymbolColor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setElevatedLinesUseSymbolColor(boolean useSymbolColor) throws IOException, AutomationException
useSymbolColor
- The useSymbolColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isElevatedLinesPointUseSymbolColor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setElevatedLinesPointUseSymbolColor(boolean useSymbolColor) throws IOException, AutomationException
useSymbolColor
- The useSymbolColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getElevatedLinesColor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setElevatedLinesColor(IColor color) throws IOException, AutomationException
color
- A reference to a com.esri.arcgis.display.IColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getElevatedLinesLength() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setElevatedLinesLength(double length) throws IOException, AutomationException
length
- The length (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getElevatedLinesLengthUnits() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setElevatedLinesLengthUnits(int lengthUnits) throws IOException, AutomationException
lengthUnits
- A com.esri.arcgis.system.esriUnits constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getElevatedLinesWidth() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setElevatedLinesWidth(double width) throws IOException, AutomationException
width
- The width (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getLeaderLinesWidth() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLeaderLinesWidth(double width) throws IOException, AutomationException
width
- The width (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getElevatedLinesPointWidth() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setElevatedLinesPointWidth(double width) throws IOException, AutomationException
width
- The width (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSmoothElevatedLinesPoint() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSmoothElevatedLinesPoint(boolean smooth) throws IOException, AutomationException
smooth
- The smooth (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getElevatedLinesPointColor() throws IOException, AutomationException
When the elevated lines point color property is set to NULL (0), the point color will follow the elevated lines color property.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setElevatedLinesPointColor(IColor color) throws IOException, AutomationException
When the elevated lines point color property is set to NULL (0), the point color will follow the elevated lines color property.
color
- A reference to a com.esri.arcgis.display.IColor (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 |