Class ShapeFileReader
Represents the ShapeFileReader class.
Inheritance
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public static class ShapeFileReader : Object
Methods
Read(Stream)
Reads ESRI shape file from a stream.
Declaration
public static List<FrameworkElement> 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 static List<FrameworkElement> 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 static List<FrameworkElement> 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 static List<FrameworkElement> 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 static List<FrameworkElement> 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 static List<FrameworkElement> 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 static List<FrameworkElement> 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 static List<FrameworkElement> Read(ShapeFileReaderParameters parameters)
Parameters
Shape The parameters of shape-file reader. |
Returns
System. List of elements that will be placed on an information layer. |