com.esri.arcgis.trackinganalyst
Interface IEnhancedInfoRenderer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EnhancedInfoRenderer, IEnhancedInfoRendererProxy

public interface IEnhancedInfoRenderer
extends java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDd0999bdd_b4d6_4a9e_a865_6c9d72becda2
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void addToPreviousList(IFeature piFeature)
          Adds feature information the 'previous point' set to support the directional vector rendering.
 IDirectionalVectorRendererProperties getDirectionalVectorProperties()
          Properties associated with the directional vector renderer portion of the Enhanced Info renderer.
 IEventAttributeProperties getEventAttributeProperties()
          Properties associated with the event attribute renderer characteristics of the enhanced information rendering.
 boolean isRenderAllControl()
          Indicates if the render all control should be visible.
 boolean isRenderAllEvents()
          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()
          Indicates if the directional vectors, the visual prediction of where events might be after a time interval, should be rendered.
 boolean isRenderEventAttributes()
          Indicates if the specified set of event attributes should be rendered.
 void setDirectionalVectorPropertiesByRef(IDirectionalVectorRendererProperties ppiProperties)
          Properties associated with the directional vector renderer portion of the Enhanced Info renderer.
 void setEventAttributePropertiesByRef(IEventAttributeProperties ppiProperties)
          Properties associated with the event attribute renderer characteristics of the enhanced information rendering.
 void setRenderAllControl(boolean pbvarShow)
          Indicates if the render all control should be visible.
 void setRenderAllEvents(boolean pbvarRenderAll)
          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)
          Indicates if the directional vectors, the visual prediction of where events might be after a time interval, should be rendered.
 void setRenderEventAttributes(boolean pbvarRender)
          Indicates if the specified set of event attributes should be rendered.
 

Field Detail

IIDd0999bdd_b4d6_4a9e_a865_6c9d72becda2

static final int IIDd0999bdd_b4d6_4a9e_a865_6c9d72becda2
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isRenderDirectionalVectors

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

Returns:
The pbvarRender
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRenderDirectionalVectors

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

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

isRenderEventAttributes

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

Returns:
The pbvarRender
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRenderEventAttributes

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

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

isRenderAllEvents

boolean isRenderAllEvents()
                          throws java.io.IOException,
                                 AutomationException
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).

Returns:
The pbvarRenderAll
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRenderAllEvents

void setRenderAllEvents(boolean pbvarRenderAll)
                        throws java.io.IOException,
                               AutomationException
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).

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

isRenderAllControl

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

Returns:
The pbvarShow
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRenderAllControl

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

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

getDirectionalVectorProperties

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

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

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

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

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

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

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

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

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

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.