com.esri.arcgis.carto
Interface IRasterLayerExport2

All Superinterfaces:
IRasterLayerExport, java.io.Serializable
All Known Subinterfaces:
IRasterLayerExport3
All Known Implementing Classes:
IRasterLayerExport2Proxy, IRasterLayerExport3Proxy, RasterLayerExport

public interface IRasterLayerExport2
extends IRasterLayerExport, java.io.Serializable

COM Interface 'IRasterLayerExport2'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control exporting from a Raster Layer.' 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 IIDfe4896bc_9a91_4d34_b356_7ede3b0475ce
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IRasterLayerExport
IID70499f74_2acb_4b69_bd88_1975644bab29
 
Method Summary
 void setStorageDefByRef(IRasterStorageDef rhs1)
          The raster storage definition for exported raster dataset.
 
Methods inherited from interface com.esri.arcgis.carto.IRasterLayerExport
export, setExtent, setForce2RGB, setRasterLayerByRef, setSize, setSpatialReferenceByRef
 

Field Detail

IIDfe4896bc_9a91_4d34_b356_7ede3b0475ce

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

setStorageDefByRef

void setStorageDefByRef(IRasterStorageDef rhs1)
                        throws java.io.IOException,
                               AutomationException
The raster storage definition for exported raster dataset.

Parameters:
rhs1 - 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.