IMapServiceSerializeEsriMap(Stream, Stream, Stream, String, Stream, ICollectionString) Method

Serializes ESRI map files.

Namespace: Dundas.BI.Utility.Map
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
void SerializeEsriMap(
	Stream shapeFileStream,
	Stream shxFileStream,
	Stream dbfFileStream,
	string mapName,
	Stream outputStream,
	out ICollection<string> tags
)

Parameters

shapeFileStream  Stream
The stream used to read the SHP file.
shxFileStream  Stream
The stream used to read the SHX file.
dbfFileStream  Stream
The stream used to read the DBF file.
mapName  String
The name of the map that is being imported.
outputStream  Stream
The stream to which the map is to be serialized.
tags  ICollectionString
Tags that resulted from processing the DBF file.
Exceptions
ExceptionCondition
ArgumentNullExceptionshapeFileStream and/or shxFileStream and/or dbfFileStream and/or mapName and/or outputStream are .
EsriImportExceptionWhen there is an issue importing.
See Also