|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITemporalRenderer2
Provides access to properties specific to additional temporal rendering capabilities.
The TemporalRenderer2 interface provides methods and properties to manage temporal rendering in addition to the TemporalRenderer.
| 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. |
| Method Detail |
|---|
boolean isSmoothTracks()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSmoothTracks(boolean pvbSmooth)
throws IOException,
AutomationException
pvbSmooth - The pvbSmooth (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isNeedsMostCurrentEvents()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isMostCurrentRendererEnabled()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMostCurrentRendererEnabled(boolean pvbIsMCEnabled)
throws IOException,
AutomationException
pvbIsMCEnabled - The pvbIsMCEnabled (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isTrackRendererEnabled()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTrackRendererEnabled(boolean pvbIsTrackEnabled)
throws IOException,
AutomationException
pvbIsTrackEnabled - The pvbIsTrackEnabled (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isEventsRendererEnabled()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEventsRendererEnabled(boolean pvbIsPastEnabled)
throws IOException,
AutomationException
pvbIsPastEnabled - The pvbIsPastEnabled (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IUID getPropPageMostCurrentRenderer()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPropPageMostCurrentRenderer(IUID ppiPPClassID)
throws IOException,
AutomationException
ppiPPClassID - A reference to a com.esri.arcgis.system.IUID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IUID getPropPageTrackRenderer()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPropPageTrackRenderer(IUID ppiPPClassID)
throws IOException,
AutomationException
ppiPPClassID - A reference to a com.esri.arcgis.system.IUID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IUID getPropPageEventRenderer()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPropPageEventRenderer(IUID ppiPPClassID)
throws IOException,
AutomationException
ppiPPClassID - A reference to a com.esri.arcgis.system.IUID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IUID getPropPageEventsAdvancedRenderer()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPropPageEventsAdvancedRenderer(IUID ppiPPClassID)
throws IOException,
AutomationException
ppiPPClassID - A reference to a com.esri.arcgis.system.IUID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IUID getPropPageTracksAdvancedRenderer()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPropPageTracksAdvancedRenderer(IUID ppiPPClassID)
throws IOException,
AutomationException
ppiPPClassID - A reference to a com.esri.arcgis.system.IUID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IUID getPropPageMCAdvancedRenderer()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPropPageMCAdvancedRenderer(IUID ppiPPClassID)
throws IOException,
AutomationException
ppiPPClassID - A reference to a com.esri.arcgis.system.IUID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMostCurrentRendererByRef(IFeatureRenderer ppiFeatureRenderer)
throws IOException,
AutomationException
ppiFeatureRenderer - A reference to a com.esri.arcgis.carto.IFeatureRenderer (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IFeatureRenderer getMostCurrentRenderer()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMostCurrentAdvRendererByRef(IFeatureRenderer ppiFeatureRenderer)
throws IOException,
AutomationException
ppiFeatureRenderer - A reference to a com.esri.arcgis.carto.IFeatureRenderer (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IFeatureRenderer getMostCurrentAdvRenderer()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEventAdvRendererByRef(IFeatureRenderer ppiFeatureRenderer)
throws IOException,
AutomationException
ppiFeatureRenderer - A reference to a com.esri.arcgis.carto.IFeatureRenderer (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IFeatureRenderer getEventAdvRenderer()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isEventAdvRendererEnabled()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEventAdvRendererEnabled(boolean pvbEnabled)
throws IOException,
AutomationException
pvbEnabled - The pvbEnabled (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isMostCurrentAdvRendererEnabled()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMostCurrentAdvRendererEnabled(boolean pvbEnabled)
throws IOException,
AutomationException
pvbEnabled - The pvbEnabled (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isTrackAdvRendererEnabled()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTrackAdvRendererEnabled(boolean pvbEnabled)
throws IOException,
AutomationException
pvbEnabled - The pvbEnabled (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||