ClassShapeFileReader
Represents the ShapeFileReader class.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public static class ShapeFileReader
Inheritance: objectShapeFileReader
Methods
Read(ShapeFileReaderParameters)
Reads ESRI shape file according to specified parameters.
Declaration
public static List<FrameworkElement> Read(ShapeFileReaderParameters parameters)
Parameters
parameters
The parameters of shape-file reader.
Returns
List<FrameworkElement>
List of elements that will be placed on an information layer.
Read(Stream)
Reads ESRI shape file from a stream.
Read(Stream, Stream)
Reads ESRI shape file from the shape file and DBF file stream.
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
shapeStream
Stream of ESRI shape file.
dbfStream
Stream of DBF file.
encoding
DBF-file encoding.
Returns
List<FrameworkElement>
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
shapeStream
Stream of ESRI shape file.
dbfStream
Stream of DBF file.
extendedPropertySet
The ExtendedPropertySet for data from DBF file.
Returns
List<FrameworkElement>
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
shapeStream
Stream of ESRI shape file.
dbfStream
Stream of DBF file.
extendedPropertySet
The ExtendedPropertySet for data from DBF file.
encoding
DBF-file encoding.
Returns
List<FrameworkElement>
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
shapeStream
Stream of ESRI shape file.
dbfStream
Stream of DBF file.
extendedPropertySet
The ExtendedPropertySet for data from DBF file.
encoding
DBF-file encoding.
coordinateConverter
The Coordinate Converter.
Returns
List<FrameworkElement>
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
shapeStream
Stream of ESRI shape file.
dbfStream
Stream of DBF file.
extendedPropertySet
The ExtendedPropertySet for data from DBF file.
coordinateConverter
The Coordinate Converter.
Returns
List<FrameworkElement>
List of elements that will be placed on an information layer.