ClassShapeFileReader
Represents the ShapeFileReader class.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
public class ShapeFileReader
Inheritance: objectShapeFileReader
Constructors
ShapeFileReader()
Declaration
public ShapeFileReader()
Methods
Read(ShapeFileReaderParameters)
Reads ESRI shape file according to specified parameters.
Declaration
public List<MapVisualElement> Read(ShapeFileReaderParameters parameters)
Parameters
parameters
The parameters of shape-file reader.
Returns
List of elements that will be placed on an information layer.
Read(Stream)
Reads ESRI shape file from a stream.
Declaration
public List<MapVisualElement> Read(Stream shapeStream)
Parameters
shapeStream
Stream of ESRI shape file.
Returns
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 List<MapVisualElement> Read(Stream shapeStream, Stream dbfStream)
Parameters
shapeStream
Stream of ESRI shape file.
dbfStream
Stream of DBF file.
Returns
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 List<MapVisualElement> 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 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 List<MapVisualElement> 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 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 List<MapVisualElement> 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 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 List<MapVisualElement> 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 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 List<MapVisualElement> 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 of elements that will be placed on an information layer.