|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnhancedInfoRenderer
COM Interface 'IEnhancedInfoRenderer'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
Description: '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.' 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 |
IIDd0999bdd_b4d6_4a9e_a865_6c9d72becda2
|
static int |
xxDummy
Deprecated. Internal use only |
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. |
Field Detail |
---|
static final int IIDd0999bdd_b4d6_4a9e_a865_6c9d72becda2
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean isRenderDirectionalVectors() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRenderDirectionalVectors(boolean pbvarRender) throws java.io.IOException, AutomationException
pbvarRender
- The pbvarRender (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRenderEventAttributes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRenderEventAttributes(boolean pbvarRender) throws java.io.IOException, AutomationException
pbvarRender
- The pbvarRender (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRenderAllEvents() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRenderAllEvents(boolean pbvarRenderAll) throws java.io.IOException, AutomationException
pbvarRenderAll
- The pbvarRenderAll (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRenderAllControl() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRenderAllControl(boolean pbvarShow) throws java.io.IOException, AutomationException
pbvarShow
- The pbvarShow (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDirectionalVectorRendererProperties getDirectionalVectorProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDirectionalVectorPropertiesByRef(IDirectionalVectorRendererProperties ppiProperties) throws java.io.IOException, AutomationException
ppiProperties
- A reference to a com.esri.arcgis.trackinganalyst.IDirectionalVectorRendererProperties (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addToPreviousList(IFeature piFeature) throws java.io.IOException, AutomationException
piFeature
- A reference to a com.esri.arcgis.geodatabase.IFeature (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEventAttributeProperties getEventAttributeProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEventAttributePropertiesByRef(IEventAttributeProperties ppiProperties) throws java.io.IOException, AutomationException
ppiProperties
- A reference to a com.esri.arcgis.trackinganalyst.IEventAttributeProperties (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 |