|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITrackingGlobeLayerLeaderLines
COM Interface 'ITrackingGlobeLayerLeaderLines'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
Description: 'Provides access to properties and methods needed to manage tracking globe layer leader lines.' 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 |
IID5e66c9b2_9d5f_40d5_8b2e_15a23e982081
|
static int |
xxDummy
Deprecated. Internal use only |
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. |
Field Detail |
---|
static final int IID5e66c9b2_9d5f_40d5_8b2e_15a23e982081
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean isDrawLeaderLines() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDrawLeaderLines(boolean draw) throws java.io.IOException, AutomationException
draw
- The draw (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isLeaderLinesUseSymbolColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLeaderLinesUseSymbolColor(boolean useSymbolColor) throws java.io.IOException, AutomationException
useSymbolColor
- The useSymbolColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getLeaderLinesColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLeaderLinesColor(IColor color) throws java.io.IOException, AutomationException
color
- A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getElevatedLinesStyle() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setElevatedLinesStyle(int style) throws java.io.IOException, AutomationException
style
- A com.esri.arcgis.trackinganalyst.esriTrackingElevatedLineStyle constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isElevatedLinesUseSymbolColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setElevatedLinesUseSymbolColor(boolean useSymbolColor) throws java.io.IOException, AutomationException
useSymbolColor
- The useSymbolColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isElevatedLinesPointUseSymbolColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setElevatedLinesPointUseSymbolColor(boolean useSymbolColor) throws java.io.IOException, AutomationException
useSymbolColor
- The useSymbolColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getElevatedLinesColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setElevatedLinesColor(IColor color) throws java.io.IOException, AutomationException
color
- A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getElevatedLinesLength() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setElevatedLinesLength(double length) throws java.io.IOException, AutomationException
length
- The length (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getElevatedLinesLengthUnits() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setElevatedLinesLengthUnits(int lengthUnits) throws java.io.IOException, AutomationException
lengthUnits
- A com.esri.arcgis.system.esriUnits constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getElevatedLinesWidth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setElevatedLinesWidth(double width) throws java.io.IOException, AutomationException
width
- The width (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getLeaderLinesWidth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLeaderLinesWidth(double width) throws java.io.IOException, AutomationException
width
- The width (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getElevatedLinesPointWidth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setElevatedLinesPointWidth(double width) throws java.io.IOException, AutomationException
width
- The width (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSmoothElevatedLinesPoint() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSmoothElevatedLinesPoint(boolean smooth) throws java.io.IOException, AutomationException
smooth
- The smooth (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getElevatedLinesPointColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setElevatedLinesPointColor(IColor color) throws java.io.IOException, AutomationException
color
- A reference to a com.esri.arcgis.display.IColor (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 |