Open this page in the API Guide

IMapService Interface

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)
Syntax
public interface IMapService

The IMapService type exposes the following members.

Properties
  NameDescription
Public propertyMapResourceConfiguration
Gets a MapResourceConfiguration object which contains the configuration of map resources and layers.
Top
Methods
  NameDescription
Public methodGetDiagramDataSvg
Gets a MapDataInfoSvg object which is an SVG representation of the diagram elements.
Public methodGetMapDataSvg(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.
Public methodGetMapDataSvg(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.
Public methodSerializeEsriMap(Stream, Stream, Stream, String, Stream, ICollection<String>)
Serializes ESRI map files.
Public methodSerializeEsriMap(Stream, Stream, Stream, Stream, String, Stream, ICollection<String>)
Serializes ESRI map files.
Public methodSerializeEsriMap(Stream, Stream, Stream, Stream, Stream, String, Stream, ICollection<String>)
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