com.esri.arcgis.carto
Interface IRasterLayerExport3

All Superinterfaces:
IRasterLayerExport, IRasterLayerExport2, Serializable
All Known Implementing Classes:
RasterLayerExport

public interface IRasterLayerExport3
extends IRasterLayerExport2, Serializable

Provides access to members that control exporting raster from a layer.

Product Availability

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


Method Summary
 void setLayerByRef(ILayer rhs1)
          The layer to be exported (e.g.
 void setNoData(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
 

Method Detail

setLayerByRef

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

Product Availability

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

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

setNoData

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

Product Availability

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

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