com.esri.arcgis.datasourcesraster
Class DERasterUtilities

java.lang.Object
  extended by com.esri.arcgis.datasourcesraster.DERasterUtilities
All Implemented Interfaces:
IDERasterUtilities, com.esri.arcgis.interop.RemoteObjRef, Serializable

public class DERasterUtilities
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IDERasterUtilities

Raster Data Element Utilities object.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

See Also:
Serialized Form

Constructor Summary
DERasterUtilities()
          Constructs a DERasterUtilities using ArcGIS Engine.
DERasterUtilities(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
DERasterUtilities theDERasterUtilities = (DERasterUtilities) obj;
 
Method Summary
 void assignRasterBandProperties(IRasterBand pDataset, IDataElement pDataElement)
          Assign raster band properties.
 void assignRasterDatasetProperties(IRasterDataset pDataset, IDataElement pDataElement)
          Assign raster dataset properties.
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 int hashCode()
          the hashcode for this object
 
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

DERasterUtilities

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

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

DERasterUtilities

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

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

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

assignRasterDatasetProperties

public void assignRasterDatasetProperties(IRasterDataset pDataset,
                                          IDataElement pDataElement)
                                   throws IOException,
                                          AutomationException
Assign raster dataset properties.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
assignRasterDatasetProperties in interface IDERasterUtilities
Parameters:
pDataset - A reference to a com.esri.arcgis.geodatabase.IRasterDataset (in)
pDataElement - A reference to a com.esri.arcgis.geodatabase.IDataElement (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

assignRasterBandProperties

public void assignRasterBandProperties(IRasterBand pDataset,
                                       IDataElement pDataElement)
                                throws IOException,
                                       AutomationException
Assign raster band properties.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Specified by:
assignRasterBandProperties in interface IDERasterUtilities
Parameters:
pDataset - A reference to a com.esri.arcgis.datasourcesraster.IRasterBand (in)
pDataElement - A reference to a com.esri.arcgis.geodatabase.IDataElement (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.