|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILastKnownRenderer
Provides access to properties and methods needed to manage the renderer for last known events.
This interface provides access to properties that manage the renderer for displaying last known events.
Method Summary | |
---|---|
boolean |
isDisplayOnlyLastKnownFeatures()
Indicates whether or not setting is active to draw only the most recent event for each ID in a dataset. |
void |
setDisplayOnlyLastKnownFeatures(boolean pbvarDisplayOnlyLastKnownFeatures)
Indicates whether or not setting is active to draw only the most recent event for each ID in a dataset. |
void |
setLastKnownFIDsByRef(IFeatureIDSet rhs1)
Indicates whether or not to draw the most recent feature IDs in a dataset to the map display. |
Method Detail |
---|
void setDisplayOnlyLastKnownFeatures(boolean pbvarDisplayOnlyLastKnownFeatures) throws IOException, AutomationException
pbvarDisplayOnlyLastKnownFeatures
- The pbvarDisplayOnlyLastKnownFeatures (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDisplayOnlyLastKnownFeatures() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLastKnownFIDsByRef(IFeatureIDSet rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.carto.IFeatureIDSet (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 |