|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterExportOp
Provides access to members that control the export to raster formats.
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 |
---|
void exportToASCII(IGeoDataset dataset, String asciiFile) throws IOException, AutomationException
dataset |
an input Raster, RasterDataset, RasterBand, or RasterDescriptor |
dataset
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)asciiFile
- The asciiFile (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void exportToFloat(IGeoDataset dataset, String floatFile) throws IOException, AutomationException
dataset |
an input Raster, RasterDataset, RasterBand, or RasterDescriptor |
dataset
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)floatFile
- The floatFile (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |