public interface IRasterWorkspace
extends java.io.Serializable
Description: 'Provides access to members that control a raster workspace.' 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 |
IIDaae25031_35fb_11d2_b1f2_00c04f8edeff |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
boolean |
canCopy()
Indicates if this dataset can be copied.
|
IDataset |
copy(java.lang.String copyName,
IWorkspace copyWorkspace)
Copies this workspace to a new workspace with the specified name.
|
boolean |
isWorkspace(java.lang.String name)
Indicates if the file path specified is a raster workspace.
|
IRasterDataset |
openRasterDataset(java.lang.String name)
Opens a RasterDataset in the workspace given its name.
|
static final int IIDaae25031_35fb_11d2_b1f2_00c04f8edeff
static final int xxDummy
static final java.lang.String IID
IRasterDataset openRasterDataset(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isWorkspace(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean canCopy() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IDataset copy(java.lang.String copyName, IWorkspace copyWorkspace) throws java.io.IOException, AutomationException
copyName
- The copyName (in)copyWorkspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.