com.esri.arcgis.trackinganalyst
Class ISimpleTrackingLabelRendererProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.trackinganalyst.ISimpleTrackingLabelRendererProxy
All Implemented Interfaces:
ISimpleTrackingLabelRenderer, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'ISimpleTrackingLabelRenderer'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

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
extends com.esri.arcgis.interop.Dispatch
implements ISimpleTrackingLabelRenderer, java.io.Serializable

Internal use class

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ISimpleTrackingLabelRendererProxy

public ISimpleTrackingLabelRendererProxy(java.lang.String CLSID,
                                         java.lang.String host,
                                         com.esri.arcgis.interop.AuthInfo authInfo)
                                  throws java.net.UnknownHostException,
                                         java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

ISimpleTrackingLabelRendererProxy

public ISimpleTrackingLabelRendererProxy()
Deprecated. 
For internal use only


ISimpleTrackingLabelRendererProxy

public ISimpleTrackingLabelRendererProxy(java.lang.Object obj)
                                  throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ISimpleTrackingLabelRendererProxy

protected ISimpleTrackingLabelRendererProxy(java.lang.Object obj,
                                            java.lang.String iid)
                                     throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ISimpleTrackingLabelRendererProxy

protected ISimpleTrackingLabelRendererProxy(java.lang.String CLSID,
                                            java.lang.String iid,
                                            java.lang.String host,
                                            com.esri.arcgis.interop.AuthInfo authInfo)
                                     throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setDisplayOnlyLastKnownFeatures

public void setDisplayOnlyLastKnownFeatures(boolean pbvarDisplayOnlyLastKnownFeatures)
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
Indicates whether only the last known or all features will be drawn to the map display.

Specified by:
setDisplayOnlyLastKnownFeatures in interface ISimpleTrackingLabelRenderer
Parameters:
pbvarDisplayOnlyLastKnownFeatures - The pbvarDisplayOnlyLastKnownFeatures (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDisplayOnlyLastKnownFeatures

public boolean isDisplayOnlyLastKnownFeatures()
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
Indicates whether only the last known or all features will be drawn to the map display.

Specified by:
isDisplayOnlyLastKnownFeatures in interface ISimpleTrackingLabelRenderer
Returns:
The pbvarDisplayOnlyLastKnownFeatures
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLastKnownFIDsByRef

public void setLastKnownFIDsByRef(IFeatureIDSet rhs1)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Indicates whether or not last known feature IDs will be drawn to the map display.

Specified by:
setLastKnownFIDsByRef in interface ISimpleTrackingLabelRenderer
Parameters:
rhs1 - A reference to a com.esri.arcgis.carto.IFeatureIDSet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLabelFieldName

public void setLabelFieldName(java.lang.String pbstrFieldName)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Name of the field whose contents will be used as the tracking label when drawing to the map display.

Specified by:
setLabelFieldName in interface ISimpleTrackingLabelRenderer
Parameters:
pbstrFieldName - The pbstrFieldName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLabelFieldName

public java.lang.String getLabelFieldName()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
Name of the field whose contents will be used as the tracking label when drawing to the map display.

Specified by:
getLabelFieldName in interface ISimpleTrackingLabelRenderer
Returns:
The pbstrFieldName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLabelFeatures

public void setLabelFeatures(boolean pbvarLabelFeatures)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates whether or not labeling for features is turned on.

Specified by:
setLabelFeatures in interface ISimpleTrackingLabelRenderer
Parameters:
pbvarLabelFeatures - The pbvarLabelFeatures (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isLabelFeatures

public boolean isLabelFeatures()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates whether or not labeling for features is turned on.

Specified by:
isLabelFeatures in interface ISimpleTrackingLabelRenderer
Returns:
The pbvarLabelFeatures
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPixelOffset

public short getPixelOffset()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates amount of offset for the label renderer to draw labels next to events in the map display.

Specified by:
getPixelOffset in interface ISimpleTrackingLabelRenderer
Returns:
The pnPixelOffset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPixelOffset

public void setPixelOffset(short pnPixelOffset)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates amount of offset for the label renderer to draw labels next to events in the map display.

Specified by:
setPixelOffset in interface ISimpleTrackingLabelRenderer
Parameters:
pnPixelOffset - The pnPixelOffset (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getID

public IUID getID()
           throws java.io.IOException,
                  AutomationException
Deprecated. 
Indicates ID value of event for tracking label renderer.

Specified by:
getID in interface ISimpleTrackingLabelRenderer
Returns:
A reference to a com.esri.arcgis.system.IUID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOffsetAngle

public double getOffsetAngle()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates angle of offset for labels to display from the event on the map display.

Specified by:
getOffsetAngle in interface ISimpleTrackingLabelRenderer
Returns:
The pdOffsetAngle
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOffsetAngle

public void setOffsetAngle(double pdOffsetAngle)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates angle of offset for labels to display from the event on the map display.

Specified by:
setOffsetAngle in interface ISimpleTrackingLabelRenderer
Parameters:
pdOffsetAngle - The pdOffsetAngle (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTextSymbol

public ITextSymbol getTextSymbol()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates settings for the text symbol appearance used to label temporal events.

Specified by:
getTextSymbol in interface ISimpleTrackingLabelRenderer
Returns:
A reference to a com.esri.arcgis.display.ITextSymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTextSymbolByRef

public void setTextSymbolByRef(ITextSymbol ppiTextSymbol)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates settings for the text symbol appearance used to label temporal events.

Specified by:
setTextSymbolByRef in interface ISimpleTrackingLabelRenderer
Parameters:
ppiTextSymbol - A reference to a com.esri.arcgis.display.ITextSymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.