|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.trackinganalyst.ITrackingGlobeLayerLeaderLinesProxy
public class ITrackingGlobeLayerLeaderLinesProxy
Internal use class Proxy for 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 | |
|---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Fields inherited from interface com.esri.arcgis.trackinganalyst.ITrackingGlobeLayerLeaderLines |
|---|
IID, IID5e66c9b2_9d5f_40d5_8b2e_15a23e982081 |
| Constructor Summary | |
|---|---|
|
ITrackingGlobeLayerLeaderLinesProxy()
For internal use only |
|
ITrackingGlobeLayerLeaderLinesProxy(java.lang.Object obj)
|
protected |
ITrackingGlobeLayerLeaderLinesProxy(java.lang.Object obj,
java.lang.String iid)
|
|
ITrackingGlobeLayerLeaderLinesProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
ITrackingGlobeLayerLeaderLinesProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.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(java.lang.String iidStr,
java.lang.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 static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public ITrackingGlobeLayerLeaderLinesProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic ITrackingGlobeLayerLeaderLinesProxy()
public ITrackingGlobeLayerLeaderLinesProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected ITrackingGlobeLayerLeaderLinesProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected ITrackingGlobeLayerLeaderLinesProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public boolean isDrawLeaderLines()
throws java.io.IOException,
AutomationException
isDrawLeaderLines in interface ITrackingGlobeLayerLeaderLinesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDrawLeaderLines(boolean draw)
throws java.io.IOException,
AutomationException
setDrawLeaderLines in interface ITrackingGlobeLayerLeaderLinesdraw - The draw (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isLeaderLinesUseSymbolColor()
throws java.io.IOException,
AutomationException
isLeaderLinesUseSymbolColor in interface ITrackingGlobeLayerLeaderLinesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLeaderLinesUseSymbolColor(boolean useSymbolColor)
throws java.io.IOException,
AutomationException
setLeaderLinesUseSymbolColor in interface ITrackingGlobeLayerLeaderLinesuseSymbolColor - The useSymbolColor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IColor getLeaderLinesColor()
throws java.io.IOException,
AutomationException
getLeaderLinesColor in interface ITrackingGlobeLayerLeaderLinesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLeaderLinesColor(IColor color)
throws java.io.IOException,
AutomationException
setLeaderLinesColor in interface ITrackingGlobeLayerLeaderLinescolor - 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.
public int getElevatedLinesStyle()
throws java.io.IOException,
AutomationException
getElevatedLinesStyle in interface ITrackingGlobeLayerLeaderLinesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setElevatedLinesStyle(int style)
throws java.io.IOException,
AutomationException
setElevatedLinesStyle in interface ITrackingGlobeLayerLeaderLinesstyle - A com.esri.arcgis.trackinganalyst.esriTrackingElevatedLineStyle constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isElevatedLinesUseSymbolColor()
throws java.io.IOException,
AutomationException
isElevatedLinesUseSymbolColor in interface ITrackingGlobeLayerLeaderLinesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setElevatedLinesUseSymbolColor(boolean useSymbolColor)
throws java.io.IOException,
AutomationException
setElevatedLinesUseSymbolColor in interface ITrackingGlobeLayerLeaderLinesuseSymbolColor - The useSymbolColor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isElevatedLinesPointUseSymbolColor()
throws java.io.IOException,
AutomationException
isElevatedLinesPointUseSymbolColor in interface ITrackingGlobeLayerLeaderLinesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setElevatedLinesPointUseSymbolColor(boolean useSymbolColor)
throws java.io.IOException,
AutomationException
setElevatedLinesPointUseSymbolColor in interface ITrackingGlobeLayerLeaderLinesuseSymbolColor - The useSymbolColor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IColor getElevatedLinesColor()
throws java.io.IOException,
AutomationException
getElevatedLinesColor in interface ITrackingGlobeLayerLeaderLinesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setElevatedLinesColor(IColor color)
throws java.io.IOException,
AutomationException
setElevatedLinesColor in interface ITrackingGlobeLayerLeaderLinescolor - 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.
public double getElevatedLinesLength()
throws java.io.IOException,
AutomationException
getElevatedLinesLength in interface ITrackingGlobeLayerLeaderLinesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setElevatedLinesLength(double length)
throws java.io.IOException,
AutomationException
setElevatedLinesLength in interface ITrackingGlobeLayerLeaderLineslength - The length (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getElevatedLinesLengthUnits()
throws java.io.IOException,
AutomationException
getElevatedLinesLengthUnits in interface ITrackingGlobeLayerLeaderLinesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setElevatedLinesLengthUnits(int lengthUnits)
throws java.io.IOException,
AutomationException
setElevatedLinesLengthUnits in interface ITrackingGlobeLayerLeaderLineslengthUnits - A com.esri.arcgis.system.esriUnits constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getElevatedLinesWidth()
throws java.io.IOException,
AutomationException
getElevatedLinesWidth in interface ITrackingGlobeLayerLeaderLinesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setElevatedLinesWidth(double width)
throws java.io.IOException,
AutomationException
setElevatedLinesWidth in interface ITrackingGlobeLayerLeaderLineswidth - The width (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getLeaderLinesWidth()
throws java.io.IOException,
AutomationException
getLeaderLinesWidth in interface ITrackingGlobeLayerLeaderLinesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLeaderLinesWidth(double width)
throws java.io.IOException,
AutomationException
setLeaderLinesWidth in interface ITrackingGlobeLayerLeaderLineswidth - The width (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getElevatedLinesPointWidth()
throws java.io.IOException,
AutomationException
getElevatedLinesPointWidth in interface ITrackingGlobeLayerLeaderLinesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setElevatedLinesPointWidth(double width)
throws java.io.IOException,
AutomationException
setElevatedLinesPointWidth in interface ITrackingGlobeLayerLeaderLineswidth - The width (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSmoothElevatedLinesPoint()
throws java.io.IOException,
AutomationException
isSmoothElevatedLinesPoint in interface ITrackingGlobeLayerLeaderLinesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSmoothElevatedLinesPoint(boolean smooth)
throws java.io.IOException,
AutomationException
setSmoothElevatedLinesPoint in interface ITrackingGlobeLayerLeaderLinessmooth - The smooth (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IColor getElevatedLinesPointColor()
throws java.io.IOException,
AutomationException
getElevatedLinesPointColor in interface ITrackingGlobeLayerLeaderLinesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setElevatedLinesPointColor(IColor color)
throws java.io.IOException,
AutomationException
setElevatedLinesPointColor in interface ITrackingGlobeLayerLeaderLinescolor - 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 | ||||||||