|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 problemspublic 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 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |