New to Telerik UI for WPFStart a free 30-day trial

Represents the ShapeFileReader class.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public static class ShapeFileReader

Inheritance: objectShapeFileReader

Methods

Reads ESRI shape file according to specified parameters.

C#
public static List<FrameworkElement> Read(ShapeFileReaderParameters parameters)
Parameters:parametersShapeFileReaderParameters

The parameters of shape-file reader.

Returns:

List<FrameworkElement>

List of elements that will be placed on an information layer.

Reads ESRI shape file from the shape file and DBF file stream.

C#
public static List<FrameworkElement> Read(Stream shapeStream, Stream dbfStream, Encoding encoding)
Parameters:shapeStreamStream

Stream of ESRI shape file.

dbfStreamStream

Stream of DBF file.

encodingEncoding

DBF-file encoding.

Returns:

List<FrameworkElement>

List of elements that will be placed on an information layer.

Reads ESRI shape file from the shape file and DBF file stream.

C#
public static List<FrameworkElement> Read(Stream shapeStream, Stream dbfStream, ExtendedPropertySet extendedPropertySet, Encoding encoding, ICoordinateConverter coordinateConverter)
Parameters:shapeStreamStream

Stream of ESRI shape file.

dbfStreamStream

Stream of DBF file.

extendedPropertySetExtendedPropertySet

The ExtendedPropertySet for data from DBF file.

encodingEncoding

DBF-file encoding.

coordinateConverterICoordinateConverter

The Coordinate Converter.

Returns:

List<FrameworkElement>

List of elements that will be placed on an information layer.

Reads ESRI shape file from the shape file and DBF file stream.

C#
public static List<FrameworkElement> Read(Stream shapeStream, Stream dbfStream, ExtendedPropertySet extendedPropertySet, Encoding encoding)
Parameters:shapeStreamStream

Stream of ESRI shape file.

dbfStreamStream

Stream of DBF file.

extendedPropertySetExtendedPropertySet

The ExtendedPropertySet for data from DBF file.

encodingEncoding

DBF-file encoding.

Returns:

List<FrameworkElement>

List of elements that will be placed on an information layer.

Reads ESRI shape file from the shape file and DBF file stream.

C#
public static List<FrameworkElement> Read(Stream shapeStream, Stream dbfStream, ExtendedPropertySet extendedPropertySet, ICoordinateConverter coordinateConverter)
Parameters:shapeStreamStream

Stream of ESRI shape file.

dbfStreamStream

Stream of DBF file.

extendedPropertySetExtendedPropertySet

The ExtendedPropertySet for data from DBF file.

coordinateConverterICoordinateConverter

The Coordinate Converter.

Returns:

List<FrameworkElement>

List of elements that will be placed on an information layer.

Reads ESRI shape file from the shape file and DBF file stream.

C#
public static List<FrameworkElement> Read(Stream shapeStream, Stream dbfStream, ExtendedPropertySet extendedPropertySet)
Parameters:shapeStreamStream

Stream of ESRI shape file.

dbfStreamStream

Stream of DBF file.

extendedPropertySetExtendedPropertySet

The ExtendedPropertySet for data from DBF file.

Returns:

List<FrameworkElement>

List of elements that will be placed on an information layer.

Reads ESRI shape file from the shape file and DBF file stream.

C#
public static List<FrameworkElement> Read(Stream shapeStream, Stream dbfStream)
Parameters:shapeStreamStream

Stream of ESRI shape file.

dbfStreamStream

Stream of DBF file.

Returns:

List<FrameworkElement>

List of elements that will be placed on an information layer.

Reads ESRI shape file from a stream.

C#
public static List<FrameworkElement> Read(Stream shapeStream)
Parameters:shapeStreamStream

Stream of ESRI shape file.

Returns:

List<FrameworkElement>

List of elements that will be placed on an information layer.