|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITemporalRenderer2
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 |
---|
static final int IID8108643e_0a45_4fba_9266_c342e966134e
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean isSmoothTracks() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSmoothTracks(boolean pvbSmooth) throws java.io.IOException, AutomationException
pvbSmooth
- The pvbSmooth (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isNeedsMostCurrentEvents() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isMostCurrentRendererEnabled() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMostCurrentRendererEnabled(boolean pvbIsMCEnabled) throws java.io.IOException, AutomationException
pvbIsMCEnabled
- The pvbIsMCEnabled (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isTrackRendererEnabled() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTrackRendererEnabled(boolean pvbIsTrackEnabled) throws java.io.IOException, AutomationException
pvbIsTrackEnabled
- The pvbIsTrackEnabled (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isEventsRendererEnabled() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEventsRendererEnabled(boolean pvbIsPastEnabled) throws java.io.IOException, AutomationException
pvbIsPastEnabled
- The pvbIsPastEnabled (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IUID getPropPageMostCurrentRenderer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPropPageMostCurrentRenderer(IUID ppiPPClassID) throws java.io.IOException, AutomationException
ppiPPClassID
- A reference to a com.esri.arcgis.system.IUID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IUID getPropPageTrackRenderer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPropPageTrackRenderer(IUID ppiPPClassID) throws java.io.IOException, AutomationException
ppiPPClassID
- A reference to a com.esri.arcgis.system.IUID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IUID getPropPageEventRenderer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPropPageEventRenderer(IUID ppiPPClassID) throws java.io.IOException, AutomationException
ppiPPClassID
- A reference to a com.esri.arcgis.system.IUID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IUID getPropPageEventsAdvancedRenderer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPropPageEventsAdvancedRenderer(IUID ppiPPClassID) throws java.io.IOException, AutomationException
ppiPPClassID
- A reference to a com.esri.arcgis.system.IUID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IUID getPropPageTracksAdvancedRenderer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPropPageTracksAdvancedRenderer(IUID ppiPPClassID) throws java.io.IOException, AutomationException
ppiPPClassID
- A reference to a com.esri.arcgis.system.IUID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IUID getPropPageMCAdvancedRenderer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPropPageMCAdvancedRenderer(IUID ppiPPClassID) throws java.io.IOException, AutomationException
ppiPPClassID
- A reference to a com.esri.arcgis.system.IUID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMostCurrentRendererByRef(IFeatureRenderer ppiFeatureRenderer) throws java.io.IOException, AutomationException
ppiFeatureRenderer
- A reference to a com.esri.arcgis.carto.IFeatureRenderer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeatureRenderer getMostCurrentRenderer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMostCurrentAdvRendererByRef(IFeatureRenderer ppiFeatureRenderer) throws java.io.IOException, AutomationException
ppiFeatureRenderer
- A reference to a com.esri.arcgis.carto.IFeatureRenderer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeatureRenderer getMostCurrentAdvRenderer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEventAdvRendererByRef(IFeatureRenderer ppiFeatureRenderer) throws java.io.IOException, AutomationException
ppiFeatureRenderer
- A reference to a com.esri.arcgis.carto.IFeatureRenderer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeatureRenderer getEventAdvRenderer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isEventAdvRendererEnabled() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEventAdvRendererEnabled(boolean pvbEnabled) throws java.io.IOException, AutomationException
pvbEnabled
- The pvbEnabled (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isMostCurrentAdvRendererEnabled() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMostCurrentAdvRendererEnabled(boolean pvbEnabled) throws java.io.IOException, AutomationException
pvbEnabled
- The pvbEnabled (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isTrackAdvRendererEnabled() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTrackAdvRendererEnabled(boolean pvbEnabled) throws java.io.IOException, AutomationException
pvbEnabled
- The pvbEnabled (in)
java.io.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 |