|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IIndexingOptions
COM Interface 'IIndexingOptions'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriSearch.tlb'
Description: 'Provides access to indexing options object.' 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 |
IID1f12dc45_a7a1_4504_ac1b_6e52dd5b12f9
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
getFullIndexInterval()
Full index interval. |
int |
getIncrementalIndexInterval()
Incremental index interval. |
java.lang.String |
getStartTime()
Index start time. |
void |
setFullIndexInterval(int pInterval)
Full index interval. |
void |
setIncrementalIndexInterval(int pInterval)
Incremental index interval. |
void |
setStartTime(java.lang.String startTime)
Index start time. |
Field Detail |
---|
static final int IID1f12dc45_a7a1_4504_ac1b_6e52dd5b12f9
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getIncrementalIndexInterval() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIncrementalIndexInterval(int pInterval) throws java.io.IOException, AutomationException
pInterval
- The pInterval (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFullIndexInterval() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFullIndexInterval(int pInterval) throws java.io.IOException, AutomationException
pInterval
- The pInterval (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getStartTime() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStartTime(java.lang.String startTime) throws java.io.IOException, AutomationException
startTime
- The startTime (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 |