public interface ITemporaryDataset
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDc9e5b7d0_3758_11d4_a421_0004ac1b1d86 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDc9e5b7d0_3758_11d4_a421_0004ac1b1d86
static final int xxDummy
static final java.lang.String IID
boolean isTemporary() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void makePermanent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IDataset makePermanentAs(java.lang.String new_name, IWorkspace workspace, java.lang.String format) throws java.io.IOException, AutomationException
new_name
- The new_name (in)workspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)format
- The format (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.