|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGxDatabaseExtension
Provides access to members that manage a GX database extension.
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. |
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. |
Method Detail |
---|
void setCatalogByRef(IGxCatalog rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.catalog.IGxCatalog (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean hasChildren(IWorkspace workspace) throws IOException, AutomationException
workspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumGxObject getChildren(IWorkspace workspace) throws IOException, AutomationException
workspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int compare(IGxObject gxObject1, IGxObject gxObject2, boolean ascending) throws 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)
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 |