IMapServiceGetMapDataSvg Method (ICollectionGuid, ICollectionGuid, ICollectionString, ICollectionGuid, ViewportData, MapProjectionType, Boolean, ICollectionGuid, Boolean) |
Gets a
MapDataInfoSvg object which is an SVG representation of the map elements.
Namespace:
Dundas.BI.Utility.Map
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax MapDataInfoSvg GetMapDataSvg(
ICollection<Guid> metricSetDataRequestIds,
ICollection<Guid> metricSetResourceFileIds,
ICollection<string> metricSetResourceFileNames,
ICollection<Guid> requestedMapIds,
ViewportData viewportData,
MapProjectionType projectionType,
bool metricSetDataChanged,
ICollection<Guid> availableLayerIds,
bool fetchOnlyRequestedResources
)
Function GetMapDataSvg (
metricSetDataRequestIds As ICollection(Of Guid),
metricSetResourceFileIds As ICollection(Of Guid),
metricSetResourceFileNames As ICollection(Of String),
requestedMapIds As ICollection(Of Guid),
viewportData As ViewportData,
projectionType As MapProjectionType,
metricSetDataChanged As Boolean,
availableLayerIds As ICollection(Of Guid),
fetchOnlyRequestedResources As Boolean
) As MapDataInfoSvg
MapDataInfoSvg^ GetMapDataSvg(
ICollection<Guid>^ metricSetDataRequestIds,
ICollection<Guid>^ metricSetResourceFileIds,
ICollection<String^>^ metricSetResourceFileNames,
ICollection<Guid>^ requestedMapIds,
ViewportData^ viewportData,
MapProjectionType projectionType,
bool metricSetDataChanged,
ICollection<Guid>^ availableLayerIds,
bool fetchOnlyRequestedResources
)
abstract GetMapDataSvg :
metricSetDataRequestIds : ICollection<Guid> *
metricSetResourceFileIds : ICollection<Guid> *
metricSetResourceFileNames : ICollection<string> *
requestedMapIds : ICollection<Guid> *
viewportData : ViewportData *
projectionType : MapProjectionType *
metricSetDataChanged : bool *
availableLayerIds : ICollection<Guid> *
fetchOnlyRequestedResources : bool -> MapDataInfoSvg
Parameters
- metricSetDataRequestIds
- Type: System.Collections.GenericICollectionGuid
The IDs of each ClientRequest for metric sets attached to a map control. - metricSetResourceFileIds
- Type: System.Collections.GenericICollectionGuid
The IDs of resource files required based on the ClientRequest for each metric set. - metricSetResourceFileNames
- Type: System.Collections.GenericICollectionString
The names of resource files required based on the ClientRequest for each metric set. - requestedMapIds
- Type: System.Collections.GenericICollectionGuid
The IDs of map resource files requested by users. - viewportData
- Type: Dundas.BI.Utility.MapViewportData
An object that represents the current location of the view port and the distance is. - projectionType
- Type: Dundas.BI.Utility.MapMapProjectionType
The type of projection that will be applied to map elements. - metricSetDataChanged
- Type: SystemBoolean
Indicates that the metric set data bound to the control has changed. - availableLayerIds
- Type: System.Collections.GenericICollectionGuid
Indicates the layer IDs that contain the map resources required based on data retrieval request for ClientRequest. - fetchOnlyRequestedResources
- Type: SystemBoolean
Indicates if map control only fetches map resources that are explicitly requested.
Return Value
Type:
MapDataInfoSvg
A
MapDataInfoSvg object containing an SVG representation of the map elements.
Exceptions See Also