com.esri.arcgis.trackinganalyst
Interface ILastKnownRenderer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CoTrackSymbologyRenderer, ILastKnownRendererProxy

public interface ILastKnownRenderer
extends java.io.Serializable

COM Interface 'ILastKnownRenderer'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to properties and methods needed to manage the renderer for last known events.' 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 IIDde8bc960_fc1f_11d5_b820_00010265adc5
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDde8bc960_fc1f_11d5_b820_00010265adc5

static final int IIDde8bc960_fc1f_11d5_b820_00010265adc5
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setDisplayOnlyLastKnownFeatures

void setDisplayOnlyLastKnownFeatures(boolean pbvarDisplayOnlyLastKnownFeatures)
                                     throws java.io.IOException,
                                            AutomationException
Indicates whether or not setting is active to draw only the most recent event for each ID in a dataset.

Parameters:
pbvarDisplayOnlyLastKnownFeatures - The pbvarDisplayOnlyLastKnownFeatures (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDisplayOnlyLastKnownFeatures

boolean isDisplayOnlyLastKnownFeatures()
                                       throws java.io.IOException,
                                              AutomationException
Indicates whether or not setting is active to draw only the most recent event for each ID in a dataset.

Returns:
The pbvarDisplayOnlyLastKnownFeatures
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLastKnownFIDsByRef

void setLastKnownFIDsByRef(IFeatureIDSet rhs1)
                           throws java.io.IOException,
                                  AutomationException
Indicates whether or not to draw the most recent feature IDs in a dataset to the map display.

Parameters:
rhs1 - A reference to a com.esri.arcgis.carto.IFeatureIDSet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.