|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.catalog.GxToolboxExtension
public class GxToolboxExtension
GX Toolbox object factory.
Constructor Summary | |
---|---|
GxToolboxExtension()
Constructs a GxToolboxExtension using ArcGIS Engine. |
|
GxToolboxExtension(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GxToolboxExtension theGxToolboxExtension = (GxToolboxExtension) obj; |
Method Summary | |
---|---|
boolean |
canPaste(IName name,
IGxObject target,
boolean[] moveOperation)
Indicates if the specified name object may be pasted into the given target. |
int |
compare(IGxObject gxObject1,
IGxObject gxObject2,
boolean ascending)
Check if the objects are children and if yes compare them. |
boolean |
equals(Object o)
Compare this object with another |
IEnumGxObject |
getChildren(IWorkspace workspace)
Get children. |
static String |
getClsid()
getClsid. |
String |
getName()
The name of the extension. |
boolean |
hasChildren(IWorkspace workspace)
Verify if this extension has children. |
int |
hashCode()
the hashcode for this object |
boolean |
paste(IName name,
IGxObject target,
boolean[] moveOperation)
Pastes the specified name object into the given target. |
void |
setCatalogByRef(IGxCatalog rhs1)
Attach the catalog to the database extension. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public GxToolboxExtension() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic GxToolboxExtension(Object obj) throws IOException
GxToolboxExtension theGxToolboxExtension = (GxToolboxExtension) obj;
obj
to GxToolboxExtension
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void setCatalogByRef(IGxCatalog rhs1) throws IOException, AutomationException
setCatalogByRef
in interface IGxDatabaseExtension
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.public String getName() throws IOException, AutomationException
getName
in interface IGxDatabaseExtension
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean hasChildren(IWorkspace workspace) throws IOException, AutomationException
hasChildren
in interface IGxDatabaseExtension
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.public IEnumGxObject getChildren(IWorkspace workspace) throws IOException, AutomationException
getChildren
in interface IGxDatabaseExtension
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.public int compare(IGxObject gxObject1, IGxObject gxObject2, boolean ascending) throws IOException, AutomationException
compare
in interface IGxDatabaseExtension
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.public boolean canPaste(IName name, IGxObject target, boolean[] moveOperation) throws IOException, AutomationException
canPaste
in interface IGxPasteTargetHelper
name
- A reference to a com.esri.arcgis.system.IName (in)target
- A reference to a com.esri.arcgis.catalog.IGxObject (in)moveOperation
- The moveOperation (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean paste(IName name, IGxObject target, boolean[] moveOperation) throws IOException, AutomationException
paste
in interface IGxPasteTargetHelper
name
- A reference to a com.esri.arcgis.system.IName (in)target
- A reference to a com.esri.arcgis.catalog.IGxObject (in)moveOperation
- The moveOperation (in/out: use single element array)
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 |