|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGxCatalogAdmin
COM Interface 'IGxCatalogAdmin'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'
Description: 'Provides access to members that manage the behavior of the GX catalog 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 |
IID9598fb2f_22ba_11d3_9f58_00c04f6bc69e
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
enableRootObject(int index,
boolean isEnabled)
Enables or disables the specified root-level object within the catalog. |
IEnumBSTR |
getCachedLocations()
The cached locations. |
IGxObject |
getRootObject(int index)
The specified root-level object. |
int |
getRootObjectCount()
The number of root-level objects in the catalog. |
boolean |
isHideExtensions()
Indicates if file extensions are hidden. |
boolean |
isPrescanFolders()
Indicates if ArcCatalog should prescan folders and display them with a special icon if they contain GIS data. |
boolean |
isReturnToLastLocation()
Indicates if ArcCatalog should return to last location on startup. |
boolean |
isRootObjectEnabled(int index)
Indicates if the specified root-level object is enabled within the catalog. |
void |
refreshRootObjects()
Refreshes the catalog's root objects without refreshing disk connections. |
void |
setCachedLocations(IEnumBSTR locations)
The cached locations. |
void |
setHideExtensions(boolean isHidden)
Indicates if file extensions are hidden. |
void |
setPrescanFolders(boolean prescanFolders)
Indicates if ArcCatalog should prescan folders and display them with a special icon if they contain GIS data. |
void |
setReturnToLastLocation(boolean isSet)
Indicates if ArcCatalog should return to last location on startup. |
Field Detail |
---|
static final int IID9598fb2f_22ba_11d3_9f58_00c04f6bc69e
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setCachedLocations(IEnumBSTR locations) throws java.io.IOException, AutomationException
locations
- A reference to a com.esri.arcgis.system.IEnumBSTR (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumBSTR getCachedLocations() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRootObjectCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGxObject getRootObject(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRootObjectEnabled(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void enableRootObject(int index, boolean isEnabled) throws java.io.IOException, AutomationException
index
- The index (in)isEnabled
- The isEnabled (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void refreshRootObjects() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHideExtensions(boolean isHidden) throws java.io.IOException, AutomationException
isHidden
- The isHidden (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHideExtensions() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReturnToLastLocation(boolean isSet) throws java.io.IOException, AutomationException
isSet
- The isSet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isReturnToLastLocation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPrescanFolders(boolean prescanFolders) throws java.io.IOException, AutomationException
prescanFolders
- The prescanFolders (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isPrescanFolders() throws java.io.IOException, AutomationException
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 |