com.esri.arcgis.trackinganalyst
Interface ITxSymbolSelector

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITxSymbolSelectorProxy, TxSymbolSelector

public interface ITxSymbolSelector
extends java.io.Serializable

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

Description: 'Provides access to engine symbology control.' 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 IID7a1469f2_c77c_402b_bb0c_f13bc2e05518
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean addSymbol(ISymbol symbol)
          Brings up a dialog for Adding a symbol.
 ISymbol getSymbolAt(int index)
          Gets the symbol at the given index.
 boolean selectSymbol(int hWnd)
          Displays a dialog that lets the user select a symbol.
 

Field Detail

IID7a1469f2_c77c_402b_bb0c_f13bc2e05518

static final int IID7a1469f2_c77c_402b_bb0c_f13bc2e05518
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

addSymbol

boolean addSymbol(ISymbol symbol)
                  throws java.io.IOException,
                         AutomationException
Brings up a dialog for Adding a symbol.

Parameters:
symbol - A reference to a com.esri.arcgis.display.ISymbol (in)
Returns:
The result
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSymbolAt

ISymbol getSymbolAt(int index)
                    throws java.io.IOException,
                           AutomationException
Gets the symbol at the given index.

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.display.ISymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

selectSymbol

boolean selectSymbol(int hWnd)
                     throws java.io.IOException,
                            AutomationException
Displays a dialog that lets the user select a symbol.

Parameters:
hWnd - The hWnd (A COM typedef) (in)
Returns:
The ok
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.