com.esri.arcgis.geodatabase
Class RasterCatalogHelper

java.lang.Object
  extended by com.esri.arcgis.geodatabase.RasterCatalogHelper
All Implemented Interfaces:
IRasterCatalogHelper, IRasterCatalogHelper2, com.esri.arcgis.interop.RemoteObjRef, Serializable

public class RasterCatalogHelper
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IRasterCatalogHelper, IRasterCatalogHelper2

A helper for RasterCatalog.

Description

RasterCatalogHelper provides helper functions for a RasterCatalog

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

See Also:
IRasterCatalogItem, IRasterCatalogHelper2, IRasterCatalogHelper, RasterCatalog, Serialized Form

Constructor Summary
RasterCatalogHelper()
          Constructs a RasterCatalogHelper using ArcGIS Engine.
RasterCatalogHelper(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterCatalogHelper theRasterCatalogHelper = (RasterCatalogHelper) obj;
 
Method Summary
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 int hashCode()
          the hashcode for this object
 void updateFootprint(IRasterCatalog catalog)
          Updates RasterCatalog footprint.
 void updateFootprintEx(IRasterCatalog catalog, String where, boolean onlyIfEmpty, ITrackCancel cancel)
          Updates RasterCatalog footprint.
 void updateFootprintSpatialReference(IRasterCatalog catalog)
          Updates RasterCatalog footprint spatial reference.
 
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

RasterCatalogHelper

public RasterCatalogHelper()
                    throws IOException,
                           UnknownHostException
Constructs a RasterCatalogHelper using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

RasterCatalogHelper

public RasterCatalogHelper(Object obj)
                    throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RasterCatalogHelper theRasterCatalogHelper = (RasterCatalogHelper) obj;

Construct a RasterCatalogHelper using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to RasterCatalogHelper.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

public boolean equals(Object o)
Compare this object with another

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

updateFootprint

public void updateFootprint(IRasterCatalog catalog)
                     throws IOException,
                            AutomationException
Updates RasterCatalog footprint.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
updateFootprint in interface IRasterCatalogHelper
Parameters:
catalog - A reference to a com.esri.arcgis.geodatabase.IRasterCatalog (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateFootprintSpatialReference

public void updateFootprintSpatialReference(IRasterCatalog catalog)
                                     throws IOException,
                                            AutomationException
Updates RasterCatalog footprint spatial reference.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
updateFootprintSpatialReference in interface IRasterCatalogHelper
Parameters:
catalog - A reference to a com.esri.arcgis.geodatabase.IRasterCatalog (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateFootprintEx

public void updateFootprintEx(IRasterCatalog catalog,
                              String where,
                              boolean onlyIfEmpty,
                              ITrackCancel cancel)
                       throws IOException,
                              AutomationException
Updates RasterCatalog footprint.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
updateFootprintEx in interface IRasterCatalogHelper2
Parameters:
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)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.