|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.catalog.GxGDBRasterExtension
public class GxGDBRasterExtension
A Gx GDB Raster dataset Extension.
| Constructor Summary | |
|---|---|
GxGDBRasterExtension()
Constructs a GxGDBRasterExtension using ArcGIS Engine. |
|
GxGDBRasterExtension(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GxGDBRasterExtension theGxGDBRasterExtension = (GxGDBRasterExtension) obj; |
|
| Method Summary | |
|---|---|
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 |
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 GxGDBRasterExtension()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public GxGDBRasterExtension(Object obj)
throws IOException
GxGDBRasterExtension theGxGDBRasterExtension = (GxGDBRasterExtension) obj;
obj to GxGDBRasterExtension.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void setCatalogByRef(IGxCatalog rhs1)
throws IOException,
AutomationException
setCatalogByRef in interface IGxDatabaseExtensionrhs1 - 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 IGxDatabaseExtensionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean hasChildren(IWorkspace workspace)
throws IOException,
AutomationException
hasChildren in interface IGxDatabaseExtensionworkspace - 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 IGxDatabaseExtensionworkspace - 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 IGxDatabaseExtensiongxObject1 - 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 | ||||||||