com.esri.arcgis.trackinganalyst
Class IEnhancedInfoRendererProxy

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

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

Description: 'Provides access to methods and properties to support symbolizing temporal based features with attribute and spatial information. This renderer is in addition to using the standard event and track renderers.' 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 IEnhancedInfoRendererProxy
extends com.esri.arcgis.interop.Dispatch
implements IEnhancedInfoRenderer, 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.IEnhancedInfoRenderer
IID, IIDd0999bdd_b4d6_4a9e_a865_6c9d72becda2
 
Constructor Summary
  IEnhancedInfoRendererProxy()
          Deprecated. For internal use only
  IEnhancedInfoRendererProxy(java.lang.Object obj)
          Deprecated.  
protected IEnhancedInfoRendererProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IEnhancedInfoRendererProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IEnhancedInfoRendererProxy(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.  
 void addToPreviousList(IFeature piFeature)
          Deprecated. Adds feature information the 'previous point' set to support the directional vector rendering.
 IDirectionalVectorRendererProperties getDirectionalVectorProperties()
          Deprecated. Properties associated with the directional vector renderer portion of the Enhanced Info renderer.
 IEventAttributeProperties getEventAttributeProperties()
          Deprecated. Properties associated with the event attribute renderer characteristics of the enhanced information rendering.
 boolean isRenderAllControl()
          Deprecated. Indicates if the render all control should be visible.
 boolean isRenderAllEvents()
          Deprecated. Indicates if all relevant events should be rendered by this Enhanced Info renderer (e.g., all MC events for the advanced MC enhanced info renderer).
 boolean isRenderDirectionalVectors()
          Deprecated. Indicates if the directional vectors, the visual prediction of where events might be after a time interval, should be rendered.
 boolean isRenderEventAttributes()
          Deprecated. Indicates if the specified set of event attributes should be rendered.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setDirectionalVectorPropertiesByRef(IDirectionalVectorRendererProperties ppiProperties)
          Deprecated. Properties associated with the directional vector renderer portion of the Enhanced Info renderer.
 void setEventAttributePropertiesByRef(IEventAttributeProperties ppiProperties)
          Deprecated. Properties associated with the event attribute renderer characteristics of the enhanced information rendering.
 void setRenderAllControl(boolean pbvarShow)
          Deprecated. Indicates if the render all control should be visible.
 void setRenderAllEvents(boolean pbvarRenderAll)
          Deprecated. Indicates if all relevant events should be rendered by this Enhanced Info renderer (e.g., all MC events for the advanced MC enhanced info renderer).
 void setRenderDirectionalVectors(boolean pbvarRender)
          Deprecated. Indicates if the directional vectors, the visual prediction of where events might be after a time interval, should be rendered.
 void setRenderEventAttributes(boolean pbvarRender)
          Deprecated. Indicates if the specified set of event attributes should be rendered.
 
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

IEnhancedInfoRendererProxy

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

IEnhancedInfoRendererProxy

public IEnhancedInfoRendererProxy()
Deprecated. 
For internal use only


IEnhancedInfoRendererProxy

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

IEnhancedInfoRendererProxy

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

IEnhancedInfoRendererProxy

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

isRenderDirectionalVectors

public boolean isRenderDirectionalVectors()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
Indicates if the directional vectors, the visual prediction of where events might be after a time interval, should be rendered.

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

setRenderDirectionalVectors

public void setRenderDirectionalVectors(boolean pbvarRender)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Indicates if the directional vectors, the visual prediction of where events might be after a time interval, should be rendered.

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

isRenderEventAttributes

public boolean isRenderEventAttributes()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Indicates if the specified set of event attributes should be rendered.

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

setRenderEventAttributes

public void setRenderEventAttributes(boolean pbvarRender)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Indicates if the specified set of event attributes should be rendered.

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

isRenderAllEvents

public boolean isRenderAllEvents()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates if all relevant events should be rendered by this Enhanced Info renderer (e.g., all MC events for the advanced MC enhanced info renderer).

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

setRenderAllEvents

public void setRenderAllEvents(boolean pbvarRenderAll)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates if all relevant events should be rendered by this Enhanced Info renderer (e.g., all MC events for the advanced MC enhanced info renderer).

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

isRenderAllControl

public boolean isRenderAllControl()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Indicates if the render all control should be visible.

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

setRenderAllControl

public void setRenderAllControl(boolean pbvarShow)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if the render all control should be visible.

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

getDirectionalVectorProperties

public IDirectionalVectorRendererProperties getDirectionalVectorProperties()
                                                                    throws java.io.IOException,
                                                                           AutomationException
Deprecated. 
Properties associated with the directional vector renderer portion of the Enhanced Info renderer.

Specified by:
getDirectionalVectorProperties in interface IEnhancedInfoRenderer
Returns:
A reference to a com.esri.arcgis.trackinganalyst.IDirectionalVectorRendererProperties
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDirectionalVectorPropertiesByRef

public void setDirectionalVectorPropertiesByRef(IDirectionalVectorRendererProperties ppiProperties)
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
Properties associated with the directional vector renderer portion of the Enhanced Info renderer.

Specified by:
setDirectionalVectorPropertiesByRef in interface IEnhancedInfoRenderer
Parameters:
ppiProperties - A reference to a com.esri.arcgis.trackinganalyst.IDirectionalVectorRendererProperties (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addToPreviousList

public void addToPreviousList(IFeature piFeature)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Adds feature information the 'previous point' set to support the directional vector rendering.

Specified by:
addToPreviousList in interface IEnhancedInfoRenderer
Parameters:
piFeature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEventAttributeProperties

public IEventAttributeProperties getEventAttributeProperties()
                                                      throws java.io.IOException,
                                                             AutomationException
Deprecated. 
Properties associated with the event attribute renderer characteristics of the enhanced information rendering.

Specified by:
getEventAttributeProperties in interface IEnhancedInfoRenderer
Returns:
A reference to a com.esri.arcgis.trackinganalyst.IEventAttributeProperties
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEventAttributePropertiesByRef

public void setEventAttributePropertiesByRef(IEventAttributeProperties ppiProperties)
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
Properties associated with the event attribute renderer characteristics of the enhanced information rendering.

Specified by:
setEventAttributePropertiesByRef in interface IEnhancedInfoRenderer
Parameters:
ppiProperties - A reference to a com.esri.arcgis.trackinganalyst.IEventAttributeProperties (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.