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

Represents the ShapeFileReader class.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

C#
public class ShapeFileReader

Inheritance: objectShapeFileReader

Constructors

C#
public ShapeFileReader()

Methods

Reads ESRI shape file according to specified parameters.

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

The parameters of shape-file reader.

Returns:

List<MapVisualElement>

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 List<MapVisualElement> 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<MapVisualElement>

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 List<MapVisualElement> 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<MapVisualElement>

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 List<MapVisualElement> 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<MapVisualElement>

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 List<MapVisualElement> 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<MapVisualElement>

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 List<MapVisualElement> 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<MapVisualElement>

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 List<MapVisualElement> Read(Stream shapeStream, Stream dbfStream)
Parameters:shapeStreamStream

Stream of ESRI shape file.

dbfStreamStream

Stream of DBF file.

Returns:

List<MapVisualElement>

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

Reads ESRI shape file from a stream.

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

Stream of ESRI shape file.

Returns:

List<MapVisualElement>

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