com.esri.arcgis.carto
Interface IRasterLayerExport3

All Superinterfaces:
IRasterLayerExport, IRasterLayerExport2, java.io.Serializable
All Known Implementing Classes:
IRasterLayerExport3Proxy, RasterLayerExport

public interface IRasterLayerExport3
extends IRasterLayerExport2, java.io.Serializable

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

Description: 'Provides access to members that control exporting raster from a 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 IID9ad3e9e5_2fae_47fa_a7e3_4f3a64176517
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IRasterLayerExport2
IIDfe4896bc_9a91_4d34_b356_7ede3b0475ce
 
Fields inherited from interface com.esri.arcgis.carto.IRasterLayerExport
IID70499f74_2acb_4b69_bd88_1975644bab29
 
Method Summary
 void setLayerByRef(ILayer rhs1)
          The layer to be exported (e.g.
 void setNoData(java.lang.Object rhs1)
          The NoData value for exported raster dataset.
 
Methods inherited from interface com.esri.arcgis.carto.IRasterLayerExport2
setStorageDefByRef
 
Methods inherited from interface com.esri.arcgis.carto.IRasterLayerExport
export, setExtent, setForce2RGB, setRasterLayerByRef, setSize, setSpatialReferenceByRef
 

Field Detail

IID9ad3e9e5_2fae_47fa_a7e3_4f3a64176517

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

setLayerByRef

void setLayerByRef(ILayer rhs1)
                   throws java.io.IOException,
                          AutomationException
The layer to be exported (e.g. RasterLayer, ImageServerLayer, and etc.)

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

setNoData

void setNoData(java.lang.Object rhs1)
               throws java.io.IOException,
                      AutomationException
The NoData value for exported raster dataset.

Parameters:
rhs1 - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.