com.esri.arcgis.geoanalyst
Interface IRasterExportOp

All Superinterfaces:
Serializable
All Known Implementing Classes:
RasterConversionOp

public interface IRasterExportOp
extends Serializable

Provides access to members that control the export to raster formats.

Remarks

Product Availability

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


Method Summary
 void exportToASCII(IGeoDataset dataset, String asciiFile)
          Exports a raster dataset to a GRID ASCII file.
 void exportToFloat(IGeoDataset dataset, String floatFile)
          Exports a raster dataset to a Float GRID file.
 

Method Detail

exportToASCII

void exportToASCII(IGeoDataset dataset,
                   String asciiFile)
                   throws IOException,
                          AutomationException
Exports a raster dataset to a GRID ASCII file.

Remarks

dataset

an input Raster, RasterDataset, RasterBand, or RasterDescriptor

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
dataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
asciiFile - The asciiFile (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

exportToFloat

void exportToFloat(IGeoDataset dataset,
                   String floatFile)
                   throws IOException,
                          AutomationException
Exports a raster dataset to a Float GRID file.

Remarks

dataset

an input Raster, RasterDataset, RasterBand, or RasterDescriptor

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
dataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
floatFile - The floatFile (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.