ArcObjects Library Reference (Carto) |
|
Provides methods to open, save, repair mapserver definition files.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
|
Name |
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) |
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) |
GetWorkspaceConnectionStringFromLayer |
Given the layer's catalog path, returns the workspace connection string. |
![Method](bitmaps/Method.gif) |
GetWorkspaceFactoryType |
Given the layer's catalog path, returns the workspace type. |
![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) |
IsLayerValid |
Given the layer's catalog path, returns a boolean indicating if it is valid. |
![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) |
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. |
CoClasses that implement IMSDHelper
CoClasses and Classes |
Description |
MSDHelper |
Coclass implementing methods to open, save, repair mapserver definition files. |