This document is archived and information here might be outdated.  Recommended version.


ISaveAs2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISaveAs2 Interface
ArcGIS Developer Help

ISaveAs2 Interface

Provides access to methods for saving as a new Raster Dataset.

Product Availability

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

Description

The ISaveAs2 interface provides more options when saving a raster dataset, you can specify not only the format, but also tilesize, compression type and quality for file or geodatabase rasters.

The supported formats for writing are Imagine, TIFF, GRID, JPEG2000, JPEG, BMP, GIF, PNG, PCI Raster, Idrisi Raster Format, BIL, BIP, BSQ, X11 Pixmap, HDF4, ENVI, Memory Raster and geodatabase raster. 

Members

Name Description
Method CanSaveAs Checks if it's can be saved as a new persistent Dataset of a given format.
Method SaveAs Creates a new persistent Dataset of a given format.
Method SaveAsRasterDataset Creates a new persistent Raster Dataset of a given format and specified storage definition.

Inherited Interfaces

Interfaces Description
ISaveAs Provides access to methods for saving as a new Dataset.

Classes that implement ISaveAs2

Classes Description
MosaicRaster (esriDataSourcesRaster) A mosaic of rasters.
Raster (esriDataSourcesRaster) An in-memory representation of a dynamic raster that can perform resampling and reprojection.
RasterDataset (esriDataSourcesRaster) A representation of a raster dataset on disk.
RenderedRaster (esriCarto) A raster that is rendered using a renderer.

See Also

Raster Class | MosaicRaster Class