com.esri.arcgis.trackinganalyst
Interface IEnhancedInfoRenderer

All Superinterfaces:
Serializable
All Known Implementing Classes:
EnhancedInfoRenderer

public interface IEnhancedInfoRenderer
extends Serializable

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.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.


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.
 

Method Detail

isRenderDirectionalVectors

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

setRenderDirectionalVectors

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

isRenderEventAttributes

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

setRenderEventAttributes

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

isRenderAllEvents

boolean isRenderAllEvents()
                          throws 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).

Description

This property indicates if the directional vectors, the visual prediction of where events might be after a time interval, should be rendered.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

setRenderAllEvents

void setRenderAllEvents(boolean pbvarRenderAll)
                        throws 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).

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

isRenderAllControl

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

Description

This property indicates if the “render all” control on property page should be visible.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

setRenderAllControl

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

getDirectionalVectorProperties

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

Description

This property indicates properties associated with the directional vector portion of the Enhanced Info renderer, which indicates where a feature will be in a configured period of time.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Returns:
A reference to a com.esri.arcgis.trackinganalyst.IDirectionalVectorRendererProperties
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDirectionalVectorPropertiesByRef

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

addToPreviousList

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

Description

This method adds a feature to the ‘previous point’ set to support the directional vector rendering.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

getEventAttributeProperties

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Returns:
A reference to a com.esri.arcgis.trackinganalyst.IEventAttributeProperties
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEventAttributePropertiesByRef

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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