IMapServiceGetMapDataSvg(ICollectionGuid, ICollectionGuid, ICollectionString, ICollectionGuid, ViewportData, MapProjectionType, Boolean, ICollectionGuid, Boolean) Method |
Gets a
MapDataInfoSvg object which is an SVG representation of the map elements.
Namespace: Dundas.BI.Utility.MapAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxMapDataInfoSvg 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 ICollectionGuid
- The IDs of each ClientRequest for metric sets attached to a map control.
- metricSetResourceFileIds ICollectionGuid
- The IDs of resource files required based on the ClientRequest for each metric set.
- metricSetResourceFileNames ICollectionString
- The names of resource files required based on the ClientRequest for each metric set.
- requestedMapIds ICollectionGuid
- The IDs of map resource files requested by users.
- viewportData ViewportData
- An object that represents the current location of the view port and the distance is.
- projectionType MapProjectionType
- The type of projection that will be applied to map elements.
- metricSetDataChanged Boolean
- Indicates that the metric set data bound to the control has changed.
- availableLayerIds ICollectionGuid
- Indicates the layer IDs that contain the map resources required based on data retrieval request for ClientRequest.
- fetchOnlyRequestedResources Boolean
- Indicates if map control only fetches map resources that are explicitly requested.
Return Value
MapDataInfoSvg
A
MapDataInfoSvg object containing an SVG representation of the map elements.
Exceptions
See Also