|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.trackinganalyst.ITrackingGlobeLayerLeaderLinesProxy
public class ITrackingGlobeLayerLeaderLinesProxy
Provides access to properties and methods needed to manage tracking globe layer leader lines.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
ITrackingGlobeLayerLeaderLinesProxy()
|
|
ITrackingGlobeLayerLeaderLinesProxy(Object obj)
|
protected |
ITrackingGlobeLayerLeaderLinesProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
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 |
removeListener(String iidStr,
Object theListener)
|
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. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public ITrackingGlobeLayerLeaderLinesProxy()
public ITrackingGlobeLayerLeaderLinesProxy(Object obj) throws IOException
IOException
protected ITrackingGlobeLayerLeaderLinesProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public boolean isDrawLeaderLines() throws IOException, AutomationException
isDrawLeaderLines
in interface ITrackingGlobeLayerLeaderLines
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDrawLeaderLines(boolean draw) throws IOException, AutomationException
setDrawLeaderLines
in interface ITrackingGlobeLayerLeaderLines
draw
- The draw (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isLeaderLinesUseSymbolColor() throws IOException, AutomationException
isLeaderLinesUseSymbolColor
in interface ITrackingGlobeLayerLeaderLines
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLeaderLinesUseSymbolColor(boolean useSymbolColor) throws IOException, AutomationException
setLeaderLinesUseSymbolColor
in interface ITrackingGlobeLayerLeaderLines
useSymbolColor
- The useSymbolColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IColor getLeaderLinesColor() throws IOException, AutomationException
getLeaderLinesColor
in interface ITrackingGlobeLayerLeaderLines
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLeaderLinesColor(IColor color) throws IOException, AutomationException
setLeaderLinesColor
in interface ITrackingGlobeLayerLeaderLines
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.public int getElevatedLinesStyle() throws IOException, AutomationException
getElevatedLinesStyle
in interface ITrackingGlobeLayerLeaderLines
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setElevatedLinesStyle(int style) throws IOException, AutomationException
setElevatedLinesStyle
in interface ITrackingGlobeLayerLeaderLines
style
- A com.esri.arcgis.trackinganalyst.esriTrackingElevatedLineStyle constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isElevatedLinesUseSymbolColor() throws IOException, AutomationException
isElevatedLinesUseSymbolColor
in interface ITrackingGlobeLayerLeaderLines
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setElevatedLinesUseSymbolColor(boolean useSymbolColor) throws IOException, AutomationException
setElevatedLinesUseSymbolColor
in interface ITrackingGlobeLayerLeaderLines
useSymbolColor
- The useSymbolColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isElevatedLinesPointUseSymbolColor() throws IOException, AutomationException
isElevatedLinesPointUseSymbolColor
in interface ITrackingGlobeLayerLeaderLines
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setElevatedLinesPointUseSymbolColor(boolean useSymbolColor) throws IOException, AutomationException
setElevatedLinesPointUseSymbolColor
in interface ITrackingGlobeLayerLeaderLines
useSymbolColor
- The useSymbolColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IColor getElevatedLinesColor() throws IOException, AutomationException
getElevatedLinesColor
in interface ITrackingGlobeLayerLeaderLines
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setElevatedLinesColor(IColor color) throws IOException, AutomationException
setElevatedLinesColor
in interface ITrackingGlobeLayerLeaderLines
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.public double getElevatedLinesLength() throws IOException, AutomationException
getElevatedLinesLength
in interface ITrackingGlobeLayerLeaderLines
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setElevatedLinesLength(double length) throws IOException, AutomationException
setElevatedLinesLength
in interface ITrackingGlobeLayerLeaderLines
length
- The length (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getElevatedLinesLengthUnits() throws IOException, AutomationException
getElevatedLinesLengthUnits
in interface ITrackingGlobeLayerLeaderLines
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setElevatedLinesLengthUnits(int lengthUnits) throws IOException, AutomationException
setElevatedLinesLengthUnits
in interface ITrackingGlobeLayerLeaderLines
lengthUnits
- A com.esri.arcgis.system.esriUnits constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getElevatedLinesWidth() throws IOException, AutomationException
getElevatedLinesWidth
in interface ITrackingGlobeLayerLeaderLines
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setElevatedLinesWidth(double width) throws IOException, AutomationException
setElevatedLinesWidth
in interface ITrackingGlobeLayerLeaderLines
width
- The width (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getLeaderLinesWidth() throws IOException, AutomationException
getLeaderLinesWidth
in interface ITrackingGlobeLayerLeaderLines
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLeaderLinesWidth(double width) throws IOException, AutomationException
setLeaderLinesWidth
in interface ITrackingGlobeLayerLeaderLines
width
- The width (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getElevatedLinesPointWidth() throws IOException, AutomationException
getElevatedLinesPointWidth
in interface ITrackingGlobeLayerLeaderLines
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setElevatedLinesPointWidth(double width) throws IOException, AutomationException
setElevatedLinesPointWidth
in interface ITrackingGlobeLayerLeaderLines
width
- The width (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSmoothElevatedLinesPoint() throws IOException, AutomationException
isSmoothElevatedLinesPoint
in interface ITrackingGlobeLayerLeaderLines
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSmoothElevatedLinesPoint(boolean smooth) throws IOException, AutomationException
setSmoothElevatedLinesPoint
in interface ITrackingGlobeLayerLeaderLines
smooth
- The smooth (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public 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.
getElevatedLinesPointColor
in interface ITrackingGlobeLayerLeaderLines
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public 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.
setElevatedLinesPointColor
in interface ITrackingGlobeLayerLeaderLines
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 |