com.esri.arcgis.geoanalyst
Interface IRasterExportOp

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterExportOpProxy, RasterConversionOp

public interface IRasterExportOp
extends java.io.Serializable

COM Interface 'IRasterExportOp'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriGeoAnalyst.olb'

Description: 'Provides access to members that control the export to raster formats.' 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 IID30a4a132_00ac_4f44_bdc6_a020ec43ad37
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void exportToASCII(IGeoDataset dataset, java.lang.String asciiFile)
          Exports a raster dataset to a GRID ASCII file.
 void exportToFloat(IGeoDataset dataset, java.lang.String floatFile)
          Exports a raster dataset to a Float GRID file.
 

Field Detail

IID30a4a132_00ac_4f44_bdc6_a020ec43ad37

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

exportToASCII

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

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

exportToFloat

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

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