com.esri.arcgis.datasourcesraster
Interface IRasterWorkspace

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterWorkspaceProxy, RasterWorkspace

public interface IRasterWorkspace
extends java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDaae25031_35fb_11d2_b1f2_00c04f8edeff
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IIDaae25031_35fb_11d2_b1f2_00c04f8edeff

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

openRasterDataset

IRasterDataset openRasterDataset(java.lang.String name)
                                 throws java.io.IOException,
                                        AutomationException
Opens a RasterDataset in the workspace given its name.

Parameters:
name - The name (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.

isWorkspace

boolean isWorkspace(java.lang.String name)
                    throws java.io.IOException,
                           AutomationException
Indicates if the file path specified is a raster workspace.

Parameters:
name - The name (in)
Returns:
The isWorkspace
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

canCopy

boolean canCopy()
                throws java.io.IOException,
                       AutomationException
Indicates if this dataset can be copied.

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

copy

IDataset copy(java.lang.String copyName,
              IWorkspace copyWorkspace)
              throws java.io.IOException,
                     AutomationException
Copies this workspace to a new workspace with the specified name.

Parameters:
copyName - The copyName (in)
copyWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (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.