Class ShapeFileReader
Represents the ShapeFileReader class.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class ShapeFileReader
Constructors
ShapeFileReader()
Declaration
public ShapeFileReader()
Methods
Read(Stream)
Reads ESRI shape file from a stream.
Declaration
public List<MapVisualElement> Read(Stream shapeStream)
Parameters
System. Stream of ESRI shape file. |
Returns
System. List of elements that will be placed on an information layer. |
Read(Stream, Stream)
Reads ESRI shape file from the shape file and dbf file stream.
Declaration
public List<MapVisualElement> Read(Stream shapeStream, Stream dbfStream)
Parameters
System. Stream of ESRI shape file. |
System. Stream of DBF file. |
Returns
System. List of elements that will be placed on an information layer. |
Read(Stream, Stream, Encoding)
Reads ESRI shape file from the shape file and dbf file stream.
Declaration
public List<MapVisualElement> Read(Stream shapeStream, Stream dbfStream, Encoding encoding)
Parameters
System. Stream of ESRI shape file. |
System. Stream of DBF file. |
System. DBF-file encoding. |
Returns
System. List of elements that will be placed on an information layer. |
Read(Stream, Stream, ExtendedPropertySet)
Reads ESRI shape file from the shape file and dbf file stream.
Declaration
public List<MapVisualElement> Read(Stream shapeStream, Stream dbfStream, ExtendedPropertySet extendedPropertySet)
Parameters
System. Stream of ESRI shape file. |
System. Stream of DBF file. |
Extended The ExtendedPropertySet for data from dbf-file. |
Returns
System. List of elements that will be placed on an information layer. |
Read(Stream, Stream, ExtendedPropertySet, Encoding)
Reads ESRI shape file from the shape file and dbf file stream.
Declaration
public List<MapVisualElement> Read(Stream shapeStream, Stream dbfStream, ExtendedPropertySet extendedPropertySet, Encoding encoding)
Parameters
System. Stream of ESRI shape file. |
System. Stream of DBF file. |
Extended The ExtendedPropertySet for data from dbf-file. |
System. DBF-file encoding. |
Returns
System. List of elements that will be placed on an information layer. |
Read(Stream, Stream, ExtendedPropertySet, Encoding, ICoordinateConverter)
Reads ESRI shape file from the shape file and dbf file stream.
Declaration
public List<MapVisualElement> Read(Stream shapeStream, Stream dbfStream, ExtendedPropertySet extendedPropertySet, Encoding encoding, ICoordinateConverter coordinateConverter)
Parameters
System. Stream of ESRI shape file. |
System. Stream of DBF file. |
Extended The ExtendedPropertySet for data from dbf-file. |
System. DBF-file encoding. |
ICoordinate The Coordinate Converter. |
Returns
System. List of elements that will be placed on an information layer. |
Read(Stream, Stream, ExtendedPropertySet, ICoordinateConverter)
Reads ESRI shape file from the shape file and dbf file stream.
Declaration
public List<MapVisualElement> Read(Stream shapeStream, Stream dbfStream, ExtendedPropertySet extendedPropertySet, ICoordinateConverter coordinateConverter)
Parameters
System. Stream of ESRI shape file. |
System. Stream of DBF file. |
Extended The ExtendedPropertySet for data from dbf-file. |
ICoordinate The Coordinate Converter. |
Returns
System. List of elements that will be placed on an information layer. |
Read(ShapeFileReaderParameters)
Reads ESRI shape file according to specified parameters.
Declaration
public List<MapVisualElement> Read(ShapeFileReaderParameters parameters)
Parameters
Shape The parameters of shape-file reader. |
Returns
System. List of elements that will be placed on an information layer. |