|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataSourceDescription
Provides access to the available properties of a datasource description object.
Method Summary | |
---|---|
String |
getWorkspaceID()
ID of a workspace that is registered with the Map Service. |
void |
setWorkspaceID(String pWorkspaceID)
ID of a workspace that is registered with the Map Service. |
Method Detail |
---|
String getWorkspaceID() throws IOException, AutomationException
Note: this is the ID that is assigned to each registered workspace by the author at the publishing time. MapServer API does not provide any property or function to retrieve them as a client. You need to get it from the mapservice's configuration.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWorkspaceID(String pWorkspaceID) throws IOException, AutomationException
pWorkspaceID
- The pWorkspaceID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |