Provides methods to open, save, repair mapserver definition files.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
|
|
Description |
![Method](bitmaps/Method.gif) |
Close |
Close the mapserver defintion file. |
![Method](bitmaps/Method.gif) |
GetDataset |
Given the layer's catalog path, returns the dataset name. |
![Method](bitmaps/Method.gif) |
GetDatasetFromTable |
|
![Method](bitmaps/Method.gif) |
GetLayerDisplayName |
Given the layer's catalog path, returns its TOC display name. |
![Method](bitmaps/Method.gif) |
GetLayers |
Given the map's catalog path, returns the catalog path for all layers in the map. |
![Method](bitmaps/Method.gif) |
GetLayerType |
Given the layer's catalog path, returns the layer type. |
![Method](bitmaps/Method.gif) |
GetMapDisplayName |
Given the map's catalog path returns the map's TOC display name. |
![Method](bitmaps/Method.gif) |
GetMaps |
Method returns a String Array containing the catalog paths to all the maps in the msd. |
![Method](bitmaps/Method.gif) |
GetSubLayers |
Given the layer's catalog path, returns the catalog path to its sub layers, if it has any. |
![Method](bitmaps/Method.gif) |
GetTableDisplayName |
|
![Method](bitmaps/Method.gif) |
GetTables |
|
![Method](bitmaps/Method.gif) |
GetWorkspaceConnectionStringFromLayer |
Given the layer's catalog path, returns the workspace connection string. |
![Method](bitmaps/Method.gif) |
GetWorkspaceConnectionStringFromTable |
|
![Method](bitmaps/Method.gif) |
GetWorkspaceFactoryType |
Given the layer's catalog path, returns the workspace type. |
![Method](bitmaps/Method.gif) |
GetWorkspaceFactoryTypeFromTable |
|
![Method](bitmaps/Method.gif) |
IsActiveMap |
Given the map's catalog path, returns a boolean inidicating if it is the active map. |
![Method](bitmaps/Method.gif) |
IsDataLayer |
|
![Method](bitmaps/Method.gif) |
IsLayerValid |
Given the layer's catalog path, returns a boolean indicating if it is valid. |
![Method](bitmaps/Method.gif) |
IsTableValid |
|
![Method](bitmaps/Method.gif) |
Open |
Open the mapserver definition file. |
![Method](bitmaps/Method.gif) |
PutWorkspaceConnectionStringInLayer |
Given the layer's catalog path, updates its workspace connection string. |
![Method](bitmaps/Method.gif) |
PutWorkspaceConnectionStringInTable |
|
![Method](bitmaps/Method.gif) |
RelativePaths |
|
![Method](bitmaps/Method.gif) |
ReplaceAll |
Replaces the workspace connection string for all layers in the given map. |
![Method](bitmaps/Method.gif) |
Save |
Save the mapserver defintion file. |
![Method](bitmaps/Method.gif) |
SaveAs |
Save a copy of the open mapserver definition file at the specified location with the specified name. |
Inherited Interfaces
Interfaces |
Description |
IMSDHelper |
Provides methods to open, save, repair mapserver definition files. |
CoClasses that implement IMSDHelper2
CoClasses and Classes |
Description |
MSDHelper |
Coclass implementing methods to open, save, repair mapserver definition files. |