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

Serializes ESRI map files.

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

Parameters

shapeFileStream
Type: System.IOStream
The stream used to read the SHP file.
shxFileStream
Type: System.IOStream
The stream used to read the SHX file.
dbfFileStream
Type: System.IOStream
The stream used to read the DBF file.
cpgFileStream
Type: System.IOStream
The stream used to read the CPG file, optional.
prjFileStream
Type: System.IOStream
The stream used to read the PRJ file, optional.
mapName
Type: SystemString
The name of the map that is being imported.
outputStream
Type: System.IOStream
The stream to which the map is to be serialized.
tags
Type: System.Collections.GenericICollectionString
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