com.esri.arcgis.carto
Interface IDataSourceDescription

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IDataSourceDescriptionProxy, QueryTableDataSourceDescription, RasterDataSourceDescription, TableDataSourceDescription

public interface IDataSourceDescription
extends java.io.Serializable

COM Interface 'IDataSourceDescription'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to the available properties of a datasource description object.' 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 IIDea59d2bd_8682_42ee_8ebe_3d428dcfec5a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getWorkspaceID()
          ID of a workspace that is registered with the Map Service.
 void setWorkspaceID(java.lang.String pWorkspaceID)
          ID of a workspace that is registered with the Map Service.
 

Field Detail

IIDea59d2bd_8682_42ee_8ebe_3d428dcfec5a

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

getWorkspaceID

java.lang.String getWorkspaceID()
                                throws java.io.IOException,
                                       AutomationException
ID of a workspace that is registered with the Map Service.

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

setWorkspaceID

void setWorkspaceID(java.lang.String pWorkspaceID)
                    throws java.io.IOException,
                           AutomationException
ID of a workspace that is registered with the Map Service.

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