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.1.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(ICollection<Guid>, ICollection<Guid>, ICollection<String>, ICollection<Guid>, ViewportData, MapProjectionType, Boolean, ICollection<Guid>, Boolean) |
Gets a MapDataInfoSvg object which is an SVG representation of the map elements.
|
 | GetMapDataSvg(ICollection<Guid>, ICollection<Guid>, ICollection<String>, ICollection<Guid>, ViewportData, RectangleF, MapCenterPosition, MapProjectionType, Boolean, ICollection<Guid>, Boolean) |
Gets a MapDataInfoSvg object which is an SVG representation of the map elements.
|
 | SerializeEsriMap(Stream, Stream, Stream, String, Stream, ICollection<String>) | Serializes ESRI map files. |
 | SerializeEsriMap(Stream, Stream, Stream, Stream, String, Stream, ICollection<String>) | Serializes ESRI map files. |
 | SerializeEsriMap(Stream, Stream, Stream, Stream, Stream, String, Stream, ICollection<String>) | Serializes ESRI map files. |
 | SerializeSvgDiagram | Serializes SVG diagram file. |
 | SerializeXamlDiagram | Serializes XAML diagram file. |
 | StoreMapResourceConfiguration | Stores the map resource configuration. |
Top
See Also