com.esri.arcgis.geodatabase
Interface IDERasterDatasetEx

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DERasterDataset, IDERasterDatasetExProxy

public interface IDERasterDatasetEx
extends java.io.Serializable

COM Interface 'IDERasterDatasetEx'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to the RasterDataset Data Element - optional properties.' 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 IID7622a8d7_7d51_4192_8fc6_74a4e10c6f9e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IRasterStorageDef getStorageDef()
          The storage definition of this RasterRataset.
 void setStorageDef(IRasterStorageDef storageDef)
          The storage definition of this RasterRataset.
 

Field Detail

IID7622a8d7_7d51_4192_8fc6_74a4e10c6f9e

static final int IID7622a8d7_7d51_4192_8fc6_74a4e10c6f9e
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

getStorageDef

IRasterStorageDef getStorageDef()
                                throws java.io.IOException,
                                       AutomationException
The storage definition of this RasterRataset.

Returns:
A reference to a com.esri.arcgis.geodatabase.IRasterStorageDef
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStorageDef

void setStorageDef(IRasterStorageDef storageDef)
                   throws java.io.IOException,
                          AutomationException
The storage definition of this RasterRataset.

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