com.esri.arcgis.trackinganalyst
Interface ITemporalRenderer2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CoTrackSymbologyRenderer, ITemporalRenderer2Proxy

public interface ITemporalRenderer2
extends java.io.Serializable

COM Interface 'ITemporalRenderer2'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to properties specific to additional temporal 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID8108643e_0a45_4fba_9266_c342e966134e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IFeatureRenderer getEventAdvRenderer()
          Provides the event's advanced renderer.
 IFeatureRenderer getMostCurrentAdvRenderer()
          Provides the most current event's advanced renderer.
 IFeatureRenderer getMostCurrentRenderer()
          Provides the most current event renderer.
 IUID getPropPageEventRenderer()
          Provides the Class ID of the property page associated with the event renderer.
 IUID getPropPageEventsAdvancedRenderer()
          Provides the Class ID of the property page associated with the advanced renderer of the events.
 IUID getPropPageMCAdvancedRenderer()
          Provides the Class ID of the property page associated with the advanced renderer of the most current events.
 IUID getPropPageMostCurrentRenderer()
          Provides the Class ID of the property page associated with the most current renderer.
 IUID getPropPageTrackRenderer()
          Provides the Class ID of the property page associated with the track renderer.
 IUID getPropPageTracksAdvancedRenderer()
          Provides the Class ID of the property page associated with the advanced renderer of the tracks.
 boolean isEventAdvRendererEnabled()
          Indicates whether the events are also rendered by the event advanced renderer.
 boolean isEventsRendererEnabled()
          Indicates whether the events are rendered by the event renderer.
 boolean isMostCurrentAdvRendererEnabled()
          Indicates whether the most current track events are also rendered by the most current advanced renderer.
 boolean isMostCurrentRendererEnabled()
          Indicates whether the most current track events are rendered by the most current renderer, instead of the event renderer.
 boolean isNeedsMostCurrentEvents()
          Indicates whether a list of the most current events is needed so they might be rendered differently than the older events.
 boolean isSmoothTracks()
          Indicates if the track symbology is smooth or not.
 boolean isTrackAdvRendererEnabled()
          Indicates whether the tracks are rendered by the track advanced renderer.
 boolean isTrackRendererEnabled()
          Indicates whether the track events are rendered by the track line renderer.
 void setEventAdvRendererByRef(IFeatureRenderer ppiFeatureRenderer)
          Provides the event's advanced renderer.
 void setEventAdvRendererEnabled(boolean pvbEnabled)
          Indicates whether the events are also rendered by the event advanced renderer.
 void setEventsRendererEnabled(boolean pvbIsPastEnabled)
          Indicates whether the events are rendered by the event renderer.
 void setMostCurrentAdvRendererByRef(IFeatureRenderer ppiFeatureRenderer)
          Provides the most current event's advanced renderer.
 void setMostCurrentAdvRendererEnabled(boolean pvbEnabled)
          Indicates whether the most current track events are also rendered by the most current advanced renderer.
 void setMostCurrentRendererByRef(IFeatureRenderer ppiFeatureRenderer)
          Provides the most current event renderer.
 void setMostCurrentRendererEnabled(boolean pvbIsMCEnabled)
          Indicates whether the most current track events are rendered by the most current renderer, instead of the event renderer.
 void setPropPageEventRenderer(IUID ppiPPClassID)
          Provides the Class ID of the property page associated with the event renderer.
 void setPropPageEventsAdvancedRenderer(IUID ppiPPClassID)
          Provides the Class ID of the property page associated with the advanced renderer of the events.
 void setPropPageMCAdvancedRenderer(IUID ppiPPClassID)
          Provides the Class ID of the property page associated with the advanced renderer of the most current events.
 void setPropPageMostCurrentRenderer(IUID ppiPPClassID)
          Provides the Class ID of the property page associated with the most current renderer.
 void setPropPageTrackRenderer(IUID ppiPPClassID)
          Provides the Class ID of the property page associated with the track renderer.
 void setPropPageTracksAdvancedRenderer(IUID ppiPPClassID)
          Provides the Class ID of the property page associated with the advanced renderer of the tracks.
 void setSmoothTracks(boolean pvbSmooth)
          Indicates if the track symbology is smooth or not.
 void setTrackAdvRendererEnabled(boolean pvbEnabled)
          Indicates whether the tracks are rendered by the track advanced renderer.
 void setTrackRendererEnabled(boolean pvbIsTrackEnabled)
          Indicates whether the track events are rendered by the track line renderer.
 

Field Detail

IID8108643e_0a45_4fba_9266_c342e966134e

static final int IID8108643e_0a45_4fba_9266_c342e966134e
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

isSmoothTracks

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

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

setSmoothTracks

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

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

isNeedsMostCurrentEvents

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

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

isMostCurrentRendererEnabled

boolean isMostCurrentRendererEnabled()
                                     throws java.io.IOException,
                                            AutomationException
Indicates whether the most current track events are rendered by the most current renderer, instead of the event renderer.

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

setMostCurrentRendererEnabled

void setMostCurrentRendererEnabled(boolean pvbIsMCEnabled)
                                   throws java.io.IOException,
                                          AutomationException
Indicates whether the most current track events are rendered by the most current renderer, instead of the event renderer.

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

isTrackRendererEnabled

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

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

setTrackRendererEnabled

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

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

isEventsRendererEnabled

boolean isEventsRendererEnabled()
                                throws java.io.IOException,
                                       AutomationException
Indicates whether the events are rendered by the event renderer.

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

setEventsRendererEnabled

void setEventsRendererEnabled(boolean pvbIsPastEnabled)
                              throws java.io.IOException,
                                     AutomationException
Indicates whether the events are rendered by the event renderer.

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

getPropPageMostCurrentRenderer

IUID getPropPageMostCurrentRenderer()
                                    throws java.io.IOException,
                                           AutomationException
Provides the Class ID of the property page associated with the most current renderer.

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.

setPropPageMostCurrentRenderer

void setPropPageMostCurrentRenderer(IUID ppiPPClassID)
                                    throws java.io.IOException,
                                           AutomationException
Provides the Class ID of the property page associated with the most current renderer.

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.

getPropPageTrackRenderer

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

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

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

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.

getPropPageEventRenderer

IUID getPropPageEventRenderer()
                              throws java.io.IOException,
                                     AutomationException
Provides the Class ID of the property page associated with the event renderer.

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.

setPropPageEventRenderer

void setPropPageEventRenderer(IUID ppiPPClassID)
                              throws java.io.IOException,
                                     AutomationException
Provides the Class ID of the property page associated with the event renderer.

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.

getPropPageEventsAdvancedRenderer

IUID getPropPageEventsAdvancedRenderer()
                                       throws java.io.IOException,
                                              AutomationException
Provides the Class ID of the property page associated with the advanced renderer of the events.

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.

setPropPageEventsAdvancedRenderer

void setPropPageEventsAdvancedRenderer(IUID ppiPPClassID)
                                       throws java.io.IOException,
                                              AutomationException
Provides the Class ID of the property page associated with the advanced renderer of the events.

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

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

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

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

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.

getPropPageMCAdvancedRenderer

IUID getPropPageMCAdvancedRenderer()
                                   throws java.io.IOException,
                                          AutomationException
Provides the Class ID of the property page associated with the advanced renderer of the most current events.

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.

setPropPageMCAdvancedRenderer

void setPropPageMCAdvancedRenderer(IUID ppiPPClassID)
                                   throws java.io.IOException,
                                          AutomationException
Provides the Class ID of the property page associated with the advanced renderer of the most current events.

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.

setMostCurrentRendererByRef

void setMostCurrentRendererByRef(IFeatureRenderer ppiFeatureRenderer)
                                 throws java.io.IOException,
                                        AutomationException
Provides the most current event renderer.

Parameters:
ppiFeatureRenderer - A reference to a com.esri.arcgis.carto.IFeatureRenderer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMostCurrentRenderer

IFeatureRenderer getMostCurrentRenderer()
                                        throws java.io.IOException,
                                               AutomationException
Provides the most current event renderer.

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

setMostCurrentAdvRendererByRef

void setMostCurrentAdvRendererByRef(IFeatureRenderer ppiFeatureRenderer)
                                    throws java.io.IOException,
                                           AutomationException
Provides the most current event's advanced renderer.

Parameters:
ppiFeatureRenderer - A reference to a com.esri.arcgis.carto.IFeatureRenderer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMostCurrentAdvRenderer

IFeatureRenderer getMostCurrentAdvRenderer()
                                           throws java.io.IOException,
                                                  AutomationException
Provides the most current event's advanced renderer.

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

setEventAdvRendererByRef

void setEventAdvRendererByRef(IFeatureRenderer ppiFeatureRenderer)
                              throws java.io.IOException,
                                     AutomationException
Provides the event's advanced renderer.

Parameters:
ppiFeatureRenderer - A reference to a com.esri.arcgis.carto.IFeatureRenderer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEventAdvRenderer

IFeatureRenderer getEventAdvRenderer()
                                     throws java.io.IOException,
                                            AutomationException
Provides the event's advanced renderer.

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

isEventAdvRendererEnabled

boolean isEventAdvRendererEnabled()
                                  throws java.io.IOException,
                                         AutomationException
Indicates whether the events are also rendered by the event advanced renderer.

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

setEventAdvRendererEnabled

void setEventAdvRendererEnabled(boolean pvbEnabled)
                                throws java.io.IOException,
                                       AutomationException
Indicates whether the events are also rendered by the event advanced renderer.

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

isMostCurrentAdvRendererEnabled

boolean isMostCurrentAdvRendererEnabled()
                                        throws java.io.IOException,
                                               AutomationException
Indicates whether the most current track events are also rendered by the most current advanced renderer.

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

setMostCurrentAdvRendererEnabled

void setMostCurrentAdvRendererEnabled(boolean pvbEnabled)
                                      throws java.io.IOException,
                                             AutomationException
Indicates whether the most current track events are also rendered by the most current advanced renderer.

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

isTrackAdvRendererEnabled

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

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

setTrackAdvRendererEnabled

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

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