|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnhancedInfoRenderer
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.
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 |
---|
boolean isRenderDirectionalVectors() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRenderDirectionalVectors(boolean pbvarRender) throws IOException, AutomationException
pbvarRender
- The pbvarRender (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRenderEventAttributes() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRenderEventAttributes(boolean pbvarRender) throws IOException, AutomationException
pbvarRender
- The pbvarRender (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRenderAllEvents() throws IOException, AutomationException
This property indicates if the directional vectors, the visual prediction of where events might be after a time interval, should be rendered.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRenderAllEvents(boolean pbvarRenderAll) throws IOException, AutomationException
pbvarRenderAll
- The pbvarRenderAll (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRenderAllControl() throws IOException, AutomationException
This property indicates if the “render all” control on property page should be visible.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRenderAllControl(boolean pbvarShow) throws IOException, AutomationException
pbvarShow
- The pbvarShow (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDirectionalVectorRendererProperties getDirectionalVectorProperties() throws IOException, AutomationException
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.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDirectionalVectorPropertiesByRef(IDirectionalVectorRendererProperties ppiProperties) throws IOException, AutomationException
ppiProperties
- A reference to a com.esri.arcgis.trackinganalyst.IDirectionalVectorRendererProperties (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addToPreviousList(IFeature piFeature) throws IOException, AutomationException
This method adds a feature to the ‘previous point’ set to support the directional vector rendering.
piFeature
- A reference to a com.esri.arcgis.geodatabase.IFeature (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEventAttributeProperties getEventAttributeProperties() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEventAttributePropertiesByRef(IEventAttributeProperties ppiProperties) throws IOException, AutomationException
ppiProperties
- A reference to a com.esri.arcgis.trackinganalyst.IEventAttributeProperties (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 |