com.esri.arcgis.datasourcesraster
Interface ITemporaryDataset

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FunctionRasterDataset, ITemporaryDatasetProxy, RasterDataset

public interface ITemporaryDataset
extends java.io.Serializable

COM Interface 'ITemporaryDataset'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control temporary datasets.' 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 IIDc9e5b7d0_3758_11d4_a421_0004ac1b1d86
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isTemporary()
          Indicates if the dataset is temporary.
 void makePermanent()
          Persists this temporary dataset permanent.
 IDataset makePermanentAs(java.lang.String new_name, IWorkspace workspace, java.lang.String format)
          Persists this temporary dataset to a new permanent dataset.
 

Field Detail

IIDc9e5b7d0_3758_11d4_a421_0004ac1b1d86

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

isTemporary

boolean isTemporary()
                    throws java.io.IOException,
                           AutomationException
Indicates if the dataset is temporary.

Returns:
The temporary
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

makePermanent

void makePermanent()
                   throws java.io.IOException,
                          AutomationException
Persists this temporary dataset permanent.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

makePermanentAs

IDataset makePermanentAs(java.lang.String new_name,
                         IWorkspace workspace,
                         java.lang.String format)
                         throws java.io.IOException,
                                AutomationException
Persists this temporary dataset to a new permanent dataset.

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