com.esri.arcgis.trackinganalyst
Class ITrackRendererProxy

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

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

Description: 'Provides access to properties specific to temporal track rendering capabilities.' 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 ITrackRendererProxy
extends com.esri.arcgis.interop.Dispatch
implements ITrackRenderer, 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.ITrackRenderer
IID, IIDeec8c537_b875_40da_a88d_80fc4b34ba29
 
Constructor Summary
  ITrackRendererProxy()
          Deprecated. For internal use only
  ITrackRendererProxy(java.lang.Object obj)
          Deprecated.  
protected ITrackRendererProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ITrackRendererProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ITrackRendererProxy(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.  
 int getHistory()
          Deprecated. Indicates the number of history events composing the track that will be used to represent the track line.
 IUID getPropPageTrackRenderer()
          Deprecated. Provides the Class ID of the property page associated with the track renderer.
 IUID getPropPageTracksAdvancedRenderer()
          Deprecated. Provides the Class ID of the property page associated with the advanced renderer of the tracks.
 boolean isNeedsMostCurrentEvents()
          Deprecated. Indicates whether a list of the most current events is needed so they might be rendered differently than the older events.
 boolean isSmoothTracks()
          Deprecated. Indicates if the track symbology is smooth or not.
 boolean isTrackAdvRendererEnabled()
          Deprecated. Indicates whether the tracks are rendered by the track advanced renderer.
 boolean isTrackRendererEnabled()
          Deprecated. Indicates whether the track events are rendered by the track line renderer.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setHistory(int pNumEvents)
          Deprecated. Indicates the number of history events composing the track that will be used to represent the track line.
 void setPropPageTrackRenderer(IUID ppiPPClassID)
          Deprecated. Provides the Class ID of the property page associated with the track renderer.
 void setPropPageTracksAdvancedRenderer(IUID ppiPPClassID)
          Deprecated. Provides the Class ID of the property page associated with the advanced renderer of the tracks.
 void setSmoothTracks(boolean pvbSmooth)
          Deprecated. Indicates if the track symbology is smooth or not.
 void setTrackAdvRendererEnabled(boolean pvbEnabled)
          Deprecated. Indicates whether the tracks are rendered by the track advanced renderer.
 void setTrackRendererEnabled(boolean pvbIsTrackEnabled)
          Deprecated. Indicates whether the track events are rendered by the track line renderer.
 
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

ITrackRendererProxy

public ITrackRendererProxy(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

ITrackRendererProxy

public ITrackRendererProxy()
Deprecated. 
For internal use only


ITrackRendererProxy

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

ITrackRendererProxy

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

ITrackRendererProxy

protected ITrackRendererProxy(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

isNeedsMostCurrentEvents

public boolean isNeedsMostCurrentEvents()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Indicates whether a list of the most current events is needed so they might be rendered differently than the older events.

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

getHistory

public int getHistory()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Indicates the number of history events composing the track that will be used to represent the track line.

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

setHistory

public void setHistory(int pNumEvents)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Indicates the number of history events composing the track that will be used to represent the track line.

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

isSmoothTracks

public boolean isSmoothTracks()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if the track symbology is smooth or not.

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

setSmoothTracks

public void setSmoothTracks(boolean pvbSmooth)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if the track symbology is smooth or not.

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

isTrackRendererEnabled

public boolean isTrackRendererEnabled()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates whether the track events are rendered by the track line renderer.

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

setTrackRendererEnabled

public void setTrackRendererEnabled(boolean pvbIsTrackEnabled)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Indicates whether the track events are rendered by the track line renderer.

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

getPropPageTrackRenderer

public IUID getPropPageTrackRenderer()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Provides the Class ID of the property page associated with the track renderer.

Specified by:
getPropPageTrackRenderer in interface ITrackRenderer
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.

setPropPageTrackRenderer

public void setPropPageTrackRenderer(IUID ppiPPClassID)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Provides the Class ID of the property page associated with the track renderer.

Specified by:
setPropPageTrackRenderer in interface ITrackRenderer
Parameters:
ppiPPClassID - A reference to a com.esri.arcgis.system.IUID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPropPageTracksAdvancedRenderer

public IUID getPropPageTracksAdvancedRenderer()
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
Provides the Class ID of the property page associated with the advanced renderer of the tracks.

Specified by:
getPropPageTracksAdvancedRenderer in interface ITrackRenderer
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.

setPropPageTracksAdvancedRenderer

public void setPropPageTracksAdvancedRenderer(IUID ppiPPClassID)
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
Provides the Class ID of the property page associated with the advanced renderer of the tracks.

Specified by:
setPropPageTracksAdvancedRenderer in interface ITrackRenderer
Parameters:
ppiPPClassID - A reference to a com.esri.arcgis.system.IUID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isTrackAdvRendererEnabled

public boolean isTrackAdvRendererEnabled()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Indicates whether the tracks are rendered by the track advanced renderer.

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

setTrackAdvRendererEnabled

public void setTrackAdvRendererEnabled(boolean pvbEnabled)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Indicates whether the tracks are rendered by the track advanced renderer.

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