IMapService Methods

The IMapService type exposes the following members.

Methods
  NameDescription
Public methodGetDiagramDataSvg
Gets a MapDataInfoSvg object which is an SVG representation of the diagram elements.
Public methodGetMapDataSvg(ICollectionGuid, ICollectionGuid, ICollectionString, ICollectionGuid, ViewportData, MapProjectionType, Boolean, ICollectionGuid, Boolean)
Gets a MapDataInfoSvg object which is an SVG representation of the map elements.
Public methodGetMapDataSvg(ICollectionGuid, ICollectionGuid, ICollectionString, ICollectionGuid, ViewportData, RectangleF, MapCenterPosition, MapProjectionType, Boolean, ICollectionGuid, Boolean)
Gets a MapDataInfoSvg object which is an SVG representation of the map elements.
Public methodSerializeEsriMap(Stream, Stream, Stream, String, Stream, ICollectionString)
Serializes ESRI map files.
Public methodSerializeEsriMap(Stream, Stream, Stream, Stream, String, Stream, ICollectionString)
Serializes ESRI map files.
Public methodSerializeSvgDiagram
Serializes SVG diagram file.
Public methodSerializeXamlDiagram
Serializes XAML diagram file.
Public methodStoreMapResourceConfiguration
Stores the map resource configuration.
Top
See Also