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 (24.3.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(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 methodSerializeEsriMap(Stream, 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