Class
ShapeFileReader

Represents the ShapeFileReader class.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public static class ShapeFileReader

Inheritance: objectShapeFileReader

Methods

Read(ShapeFileReaderParameters)

Reads ESRI shape file according to specified parameters.

Declaration

cs-api-definition
public static List<FrameworkElement> Read(ShapeFileReaderParameters parameters)

Parameters

parameters

ShapeFileReaderParameters

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.

Declaration

cs-api-definition
public static List<FrameworkElement> Read(Stream shapeStream)

Parameters

shapeStream

Stream

Stream of ESRI shape file.

Returns

List<FrameworkElement>

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

cs-api-definition
public static List<FrameworkElement> Read(Stream shapeStream, Stream dbfStream)

Parameters

shapeStream

Stream

Stream of ESRI shape file.

dbfStream

Stream

Stream of DBF file.

Returns

List<FrameworkElement>

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

cs-api-definition
public static List<FrameworkElement> Read(Stream shapeStream, Stream dbfStream, Encoding encoding)

Parameters

shapeStream

Stream

Stream of ESRI shape file.

dbfStream

Stream

Stream of DBF file.

encoding

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

cs-api-definition
public static List<FrameworkElement> Read(Stream shapeStream, Stream dbfStream, ExtendedPropertySet extendedPropertySet)

Parameters

shapeStream

Stream

Stream of ESRI shape file.

dbfStream

Stream

Stream of DBF file.

extendedPropertySet

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

cs-api-definition
public static List<FrameworkElement> Read(Stream shapeStream, Stream dbfStream, ExtendedPropertySet extendedPropertySet, Encoding encoding)

Parameters

shapeStream

Stream

Stream of ESRI shape file.

dbfStream

Stream

Stream of DBF file.

extendedPropertySet

ExtendedPropertySet

The ExtendedPropertySet for data from DBF file.

encoding

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

cs-api-definition
public static List<FrameworkElement> Read(Stream shapeStream, Stream dbfStream, ExtendedPropertySet extendedPropertySet, Encoding encoding, ICoordinateConverter coordinateConverter)

Parameters

shapeStream

Stream

Stream of ESRI shape file.

dbfStream

Stream

Stream of DBF file.

extendedPropertySet

ExtendedPropertySet

The ExtendedPropertySet for data from DBF file.

encoding

Encoding

DBF-file encoding.

coordinateConverter

ICoordinateConverter

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

cs-api-definition
public static List<FrameworkElement> Read(Stream shapeStream, Stream dbfStream, ExtendedPropertySet extendedPropertySet, ICoordinateConverter coordinateConverter)

Parameters

shapeStream

Stream

Stream of ESRI shape file.

dbfStream

Stream

Stream of DBF file.

extendedPropertySet

ExtendedPropertySet

The ExtendedPropertySet for data from DBF file.

coordinateConverter

ICoordinateConverter

The Coordinate Converter.

Returns

List<FrameworkElement>

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