com.esri.arcgis.datasourcesraster
Interface IDERasterUtilities

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DERasterUtilities, IDERasterUtilitiesProxy

public interface IDERasterUtilities
extends java.io.Serializable

COM Interface 'IDERasterUtilities'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to the Raster Data Element Utilities.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID0715b5c1_f163_4458_bc1b_effeeaa14b70
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void assignRasterBandProperties(IRasterBand pDataset, IDataElement pDataElement)
          Assign raster band properties.
 void assignRasterDatasetProperties(IRasterDataset pDataset, IDataElement pDataElement)
          Assign raster dataset properties.
 

Field Detail

IID0715b5c1_f163_4458_bc1b_effeeaa14b70

static final int IID0715b5c1_f163_4458_bc1b_effeeaa14b70
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

assignRasterDatasetProperties

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

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

assignRasterBandProperties

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

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