Methods for performing map related actions.
            
 
    Namespace: 
   Dundas.BI.Utility.Map
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic interface IMapService
Public Interface IMapService
public interface class IMapService
type IMapService =  interface end
The IMapService type exposes the following members.
Properties
Methods| 
								 
							 | Name | Description | 
|---|
  | GetDiagramDataSvg | 
            Gets a  MapDataInfoSvg object which is an SVG representation of the diagram elements.
              | 
  | GetMapDataSvg(ICollectionGuid, ICollectionGuid, ICollectionString, ICollectionGuid, ViewportData, MapProjectionType, Boolean, ICollectionGuid, Boolean) | 
            Gets a  MapDataInfoSvg object which is an SVG representation of the map elements.
              | 
  | GetMapDataSvg(ICollectionGuid, ICollectionGuid, ICollectionString, ICollectionGuid, ViewportData, RectangleF, MapCenterPosition, MapProjectionType, Boolean, ICollectionGuid, Boolean) | 
            Gets a  MapDataInfoSvg object which is an SVG representation of the map elements.
              | 
  | SerializeEsriMap(Stream, Stream, Stream, String, Stream, ICollectionString) | Serializes ESRI map files.  | 
  | SerializeEsriMap(Stream, Stream, Stream, Stream, String, Stream, ICollectionString) | Serializes ESRI map files.  | 
  | SerializeEsriMap(Stream, Stream, Stream, Stream, Stream, String, Stream, ICollectionString) | Serializes ESRI map files.  | 
  | SerializeSvgDiagram | Serializes SVG diagram file.  | 
  | SerializeXamlDiagram | Serializes XAML diagram file.  | 
  | StoreMapResourceConfiguration | Stores the map resource configuration.  | 
Top
See Also