|
|||||||||
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.ITrackingLayerLabelsProxy
public class ITrackingLayerLabelsProxy
Internal use class Proxy for COM Interface 'ITrackingLayerLabels'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
Description: 'Provides access to properties and methods needed to manage the tracking layer labels in the map display.' 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.ITrackingLayerLabels |
---|
IID, IID10f256e0_f0c9_11d5_b81b_00010265adc5 |
Constructor Summary | |
---|---|
|
ITrackingLayerLabelsProxy()
For internal use only |
|
ITrackingLayerLabelsProxy(java.lang.Object obj)
|
protected |
ITrackingLayerLabelsProxy(java.lang.Object obj,
java.lang.String iid)
|
|
ITrackingLayerLabelsProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
ITrackingLayerLabelsProxy(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)
|
java.lang.String |
getLabelFieldName()
Name of the field whose contents will be used as the tracking label for the layer. |
double |
getOffsetAngle()
Indicates angle of offset for labels as they draw next to events on the map display. |
short |
getPixelOffset()
Indicates amount of offset between feature and label as they draw to the map display. |
ITextSymbol |
getTextSymbol()
Indicates settings for text symbol appearance as it appears as a label on the map display. |
boolean |
isLabelFeatures()
Indicates whether or not feature labels will appear as events draw to the map display. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
setLabelFeatures(boolean pbvarLabelFeatures)
Indicates whether or not feature labels will appear as events draw to the map display. |
void |
setLabelFieldName(java.lang.String pbstrFieldName)
Name of the field whose contents will be used as the tracking label for the layer. |
void |
setOffsetAngle(double pdOffsetAngle)
Indicates angle of offset for labels as they draw next to events on the map display. |
void |
setPixelOffset(short pnPixelOffset)
Indicates amount of offset between feature and label as they draw to the map display. |
void |
setTextSymbolByRef(ITextSymbol ppiTextSymbol)
Indicates settings for text symbol appearance as it appears as a label on the map display. |
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 ITrackingLayerLabelsProxy(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.IOException
public ITrackingLayerLabelsProxy()
public ITrackingLayerLabelsProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ITrackingLayerLabelsProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ITrackingLayerLabelsProxy(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.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void setLabelFieldName(java.lang.String pbstrFieldName) throws java.io.IOException, AutomationException
setLabelFieldName
in interface ITrackingLayerLabels
pbstrFieldName
- The pbstrFieldName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getLabelFieldName() throws java.io.IOException, AutomationException
getLabelFieldName
in interface ITrackingLayerLabels
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLabelFeatures(boolean pbvarLabelFeatures) throws java.io.IOException, AutomationException
setLabelFeatures
in interface ITrackingLayerLabels
pbvarLabelFeatures
- The pbvarLabelFeatures (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isLabelFeatures() throws java.io.IOException, AutomationException
isLabelFeatures
in interface ITrackingLayerLabels
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public short getPixelOffset() throws java.io.IOException, AutomationException
getPixelOffset
in interface ITrackingLayerLabels
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPixelOffset(short pnPixelOffset) throws java.io.IOException, AutomationException
setPixelOffset
in interface ITrackingLayerLabels
pnPixelOffset
- The pnPixelOffset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getOffsetAngle() throws java.io.IOException, AutomationException
getOffsetAngle
in interface ITrackingLayerLabels
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOffsetAngle(double pdOffsetAngle) throws java.io.IOException, AutomationException
setOffsetAngle
in interface ITrackingLayerLabels
pdOffsetAngle
- The pdOffsetAngle (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITextSymbol getTextSymbol() throws java.io.IOException, AutomationException
getTextSymbol
in interface ITrackingLayerLabels
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTextSymbolByRef(ITextSymbol ppiTextSymbol) throws java.io.IOException, AutomationException
setTextSymbolByRef
in interface ITrackingLayerLabels
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 |