com.esri.arcgis.geodatabase
Interface ISaveAs2

All Superinterfaces:
ISaveAs, java.io.Serializable
All Known Implementing Classes:
ISaveAs2Proxy, MosaicRaster, Raster, RasterDataset, RenderedRaster

public interface ISaveAs2
extends ISaveAs, java.io.Serializable

COM Interface 'ISaveAs2'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to methods for saving as a new Raster Dataset.' 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 IIDba3968e7_a18b_416d_8140_e4a06068cf1b
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.ISaveAs
IIDc7a92e97_597e_4a69_a872_29cb60b5e0db
 
Method Summary
 IRasterDataset saveAsRasterDataset(java.lang.String name, IWorkspace workspace, java.lang.String format, IRasterStorageDef storageDef)
          Creates a new persistent Raster Dataset of a given format and specified storage definition.
 
Methods inherited from interface com.esri.arcgis.geodatabase.ISaveAs
canSaveAs, saveAs
 

Field Detail

IIDba3968e7_a18b_416d_8140_e4a06068cf1b

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

saveAsRasterDataset

IRasterDataset saveAsRasterDataset(java.lang.String name,
                                   IWorkspace workspace,
                                   java.lang.String format,
                                   IRasterStorageDef storageDef)
                                   throws java.io.IOException,
                                          AutomationException
Creates a new persistent Raster Dataset of a given format and specified storage definition.

Parameters:
name - The name (in)
workspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
format - The format (in)
storageDef - A reference to a com.esri.arcgis.geodatabase.IRasterStorageDef (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IRasterDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.