|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGxDatabaseExtension
COM Interface 'IGxDatabaseExtension'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'
Description: 'Provides access to members that manage a GX database extension.' 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 |
IIDcdb0cc46_4e87_11d3_9f52_00c04f6bdf06
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
compare(IGxObject gxObject1,
IGxObject gxObject2,
boolean ascending)
Check if the objects are children and if yes compare them. |
IEnumGxObject |
getChildren(IWorkspace workspace)
Get children. |
java.lang.String |
getName()
The name of the extension. |
boolean |
hasChildren(IWorkspace workspace)
Verify if this extension has children. |
void |
setCatalogByRef(IGxCatalog rhs1)
Attach the catalog to the database extension. |
Field Detail |
---|
static final int IIDcdb0cc46_4e87_11d3_9f52_00c04f6bdf06
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setCatalogByRef(IGxCatalog rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.catalog.IGxCatalog (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean hasChildren(IWorkspace workspace) throws java.io.IOException, AutomationException
workspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumGxObject getChildren(IWorkspace workspace) throws java.io.IOException, AutomationException
workspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int compare(IGxObject gxObject1, IGxObject gxObject2, boolean ascending) throws java.io.IOException, AutomationException
gxObject1
- A reference to a com.esri.arcgis.catalog.IGxObject (in)gxObject2
- A reference to a com.esri.arcgis.catalog.IGxObject (in)ascending
- The ascending (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 |