|
|||||||||
| 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.ISimpleTrackingLabelRendererProxy
Description: 'Provides access to properties and methods needed to manage the renderer for simple tracking labels.' 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 =
public class ISimpleTrackingLabelRendererProxy
Internal use class
| Field Summary | |
|---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
| 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.ISimpleTrackingLabelRenderer |
|---|
IID, IID48c6f6a0_f0aa_11d5_b81b_00010265adc5 |
| Constructor Summary | |
|---|---|
|
ISimpleTrackingLabelRendererProxy()
Deprecated. For internal use only |
|
ISimpleTrackingLabelRendererProxy(java.lang.Object obj)
Deprecated. |
protected |
ISimpleTrackingLabelRendererProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ISimpleTrackingLabelRendererProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ISimpleTrackingLabelRendererProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
IUID |
getID()
Deprecated. Indicates ID value of event for tracking label renderer. |
java.lang.String |
getLabelFieldName()
Deprecated. Name of the field whose contents will be used as the tracking label when drawing to the map display. |
double |
getOffsetAngle()
Deprecated. Indicates angle of offset for labels to display from the event on the map display. |
short |
getPixelOffset()
Deprecated. Indicates amount of offset for the label renderer to draw labels next to events in the map display. |
ITextSymbol |
getTextSymbol()
Deprecated. Indicates settings for the text symbol appearance used to label temporal events. |
boolean |
isDisplayOnlyLastKnownFeatures()
Deprecated. Indicates whether only the last known or all features will be drawn to the map display. |
boolean |
isLabelFeatures()
Deprecated. Indicates whether or not labeling for features is turned on. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setDisplayOnlyLastKnownFeatures(boolean pbvarDisplayOnlyLastKnownFeatures)
Deprecated. Indicates whether only the last known or all features will be drawn to the map display. |
void |
setLabelFeatures(boolean pbvarLabelFeatures)
Deprecated. Indicates whether or not labeling for features is turned on. |
void |
setLabelFieldName(java.lang.String pbstrFieldName)
Deprecated. Name of the field whose contents will be used as the tracking label when drawing to the map display. |
void |
setLastKnownFIDsByRef(IFeatureIDSet rhs1)
Deprecated. Indicates whether or not last known feature IDs will be drawn to the map display. |
void |
setOffsetAngle(double pdOffsetAngle)
Deprecated. Indicates angle of offset for labels to display from the event on the map display. |
void |
setPixelOffset(short pnPixelOffset)
Deprecated. Indicates amount of offset for the label renderer to draw labels next to events in the map display. |
void |
setTextSymbolByRef(ITextSymbol ppiTextSymbol)
Deprecated. Indicates settings for the text symbol appearance used to label temporal events. |
| 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 ISimpleTrackingLabelRendererProxy(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 ISimpleTrackingLabelRendererProxy()
public ISimpleTrackingLabelRendererProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected ISimpleTrackingLabelRendererProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected ISimpleTrackingLabelRendererProxy(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 void setDisplayOnlyLastKnownFeatures(boolean pbvarDisplayOnlyLastKnownFeatures)
throws java.io.IOException,
AutomationException
setDisplayOnlyLastKnownFeatures in interface ISimpleTrackingLabelRendererpbvarDisplayOnlyLastKnownFeatures - The pbvarDisplayOnlyLastKnownFeatures (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isDisplayOnlyLastKnownFeatures()
throws java.io.IOException,
AutomationException
isDisplayOnlyLastKnownFeatures in interface ISimpleTrackingLabelRendererjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLastKnownFIDsByRef(IFeatureIDSet rhs1)
throws java.io.IOException,
AutomationException
setLastKnownFIDsByRef in interface ISimpleTrackingLabelRendererrhs1 - A reference to a com.esri.arcgis.carto.IFeatureIDSet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLabelFieldName(java.lang.String pbstrFieldName)
throws java.io.IOException,
AutomationException
setLabelFieldName in interface ISimpleTrackingLabelRendererpbstrFieldName - 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 ISimpleTrackingLabelRendererjava.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 ISimpleTrackingLabelRendererpbvarLabelFeatures - 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 ISimpleTrackingLabelRendererjava.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 ISimpleTrackingLabelRendererjava.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 ISimpleTrackingLabelRendererpnPixelOffset - The pnPixelOffset (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IUID getID()
throws java.io.IOException,
AutomationException
getID in interface ISimpleTrackingLabelRendererjava.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 ISimpleTrackingLabelRendererjava.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 ISimpleTrackingLabelRendererpdOffsetAngle - 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 ISimpleTrackingLabelRendererjava.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 ISimpleTrackingLabelRendererppiTextSymbol - 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 | ||||||||