|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IActionLookupSupport
COM Interface 'IActionLookupSupport'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
Description: 'Provides access to properties and methods needed to support lookup table.' 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 |
IID2c55477c_9b6c_42c2_b453_1b4c1ad59e18
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
close()
Close the Action Environment. |
java.lang.String |
expandQuery(java.lang.String bstrQuery)
Insert lookup table values into query string. |
IActionLookupSources |
getActionLookupSources()
Lookup data sources. |
int |
getRefreshRate()
RefreshRate for lookup tables. |
IEnumVARIANT |
listDataValues(java.lang.String bstrLookupTableName,
java.lang.String bstrFieldName,
int[] peFieldType)
Retrieve list of data values from lookup table. |
IEnumBSTR |
listFields(java.lang.String bstrLookupTableName)
Retrieve list of field names from lookup table. |
void |
readDataValues(java.lang.String bstrLookupTableName)
Read data values from lookup table. |
void |
register(IActionProcessor actionProcessor)
Register an Action Processor. |
void |
setRefreshRate(int pMinutes)
RefreshRate for lookup tables. |
void |
unRegister(IActionProcessor actionProcessor)
Unregister an Action Processor. |
| Field Detail |
|---|
static final int IID2c55477c_9b6c_42c2_b453_1b4c1ad59e18
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
IActionLookupSources getActionLookupSources()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRefreshRate(int pMinutes)
throws java.io.IOException,
AutomationException
pMinutes - The pMinutes (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getRefreshRate()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void readDataValues(java.lang.String bstrLookupTableName)
throws java.io.IOException,
AutomationException
bstrLookupTableName - The bstrLookupTableName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String expandQuery(java.lang.String bstrQuery)
throws java.io.IOException,
AutomationException
bstrQuery - The bstrQuery (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumVARIANT listDataValues(java.lang.String bstrLookupTableName,
java.lang.String bstrFieldName,
int[] peFieldType)
throws java.io.IOException,
AutomationException
bstrLookupTableName - The bstrLookupTableName (in)bstrFieldName - The bstrFieldName (in)peFieldType - A com.esri.arcgis.geodatabase.esriFieldType constant (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumBSTR listFields(java.lang.String bstrLookupTableName)
throws java.io.IOException,
AutomationException
bstrLookupTableName - The bstrLookupTableName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void close()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void register(IActionProcessor actionProcessor)
throws java.io.IOException,
AutomationException
actionProcessor - A reference to a com.esri.arcgis.carto.IActionProcessor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void unRegister(IActionProcessor actionProcessor)
throws java.io.IOException,
AutomationException
actionProcessor - A reference to a com.esri.arcgis.carto.IActionProcessor (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 | ||||||||