public class RasterCatalogHelper extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IRasterCatalogHelper, IRasterCatalogHelper2
Description 'A helper for RasterCatalog.' 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 =
IID, IIDa8231c9b_1158_4ea1_a27d_11075df88534, xxDummy
IID0e1096f4_7499_4604_8408_88a0cab3eeab
Constructor and Description |
---|
RasterCatalogHelper()
Constructs a RasterCatalogHelper using ArcGIS Engine.
|
RasterCatalogHelper(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
RasterCatalogHelper theRasterCatalogHelper = (RasterCatalogHelper) obj; |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
static java.lang.String |
getClsid()
getClsid.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
int |
hashCode()
the hashcode for this object
|
void |
release()
Release this COM object reference
|
void |
updateFootprint(IRasterCatalog catalog)
Updates RasterCatalog footprint.
|
void |
updateFootprintEx(IRasterCatalog catalog,
java.lang.String where,
boolean onlyIfEmpty,
ITrackCancel cancel)
Updates RasterCatalog footprint.
|
void |
updateFootprintSpatialReference(IRasterCatalog catalog)
Updates RasterCatalog footprint spatial reference.
|
public RasterCatalogHelper() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic RasterCatalogHelper(java.lang.Object obj) throws java.io.IOException
RasterCatalogHelper theRasterCatalogHelper = (RasterCatalogHelper) obj;
obj
to RasterCatalogHelper
.obj
- an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problemspublic static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void updateFootprint(IRasterCatalog catalog) throws java.io.IOException, AutomationException
updateFootprint
in interface IRasterCatalogHelper
catalog
- A reference to a com.esri.arcgis.geodatabase.IRasterCatalog (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void updateFootprintSpatialReference(IRasterCatalog catalog) throws java.io.IOException, AutomationException
updateFootprintSpatialReference
in interface IRasterCatalogHelper
catalog
- A reference to a com.esri.arcgis.geodatabase.IRasterCatalog (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void updateFootprintEx(IRasterCatalog catalog, java.lang.String where, boolean onlyIfEmpty, ITrackCancel cancel) throws java.io.IOException, AutomationException
updateFootprintEx
in interface IRasterCatalogHelper2
catalog
- A reference to a com.esri.arcgis.geodatabase.IRasterCatalog (in)where
- The where (in)onlyIfEmpty
- The onlyIfEmpty (in)cancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.