ShapeFileReader
Represents the ShapeFileReader class.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
public class ShapeFileReader
Inheritance: objectShapeFileReader
Constructors
public ShapeFileReader()
Methods
Reads ESRI shape file according to specified parameters.
public List<MapVisualElement> Read(ShapeFileReaderParameters parameters)
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.
public List<MapVisualElement> Read(Stream shapeStream, Stream dbfStream, Encoding encoding)
Stream of ESRI shape file.
dbfStreamStreamStream of DBF file.
encodingEncodingDBF-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.
public List<MapVisualElement> Read(Stream shapeStream, Stream dbfStream, ExtendedPropertySet extendedPropertySet, Encoding encoding, ICoordinateConverter coordinateConverter)
Stream of ESRI shape file.
dbfStreamStreamStream of DBF file.
extendedPropertySetExtendedPropertySetThe ExtendedPropertySet for data from dbf-file.
encodingEncodingDBF-file encoding.
coordinateConverterICoordinateConverterThe 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.
public List<MapVisualElement> Read(Stream shapeStream, Stream dbfStream, ExtendedPropertySet extendedPropertySet, Encoding encoding)
Stream of ESRI shape file.
dbfStreamStreamStream of DBF file.
extendedPropertySetExtendedPropertySetThe ExtendedPropertySet for data from dbf-file.
encodingEncodingDBF-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.
public List<MapVisualElement> Read(Stream shapeStream, Stream dbfStream, ExtendedPropertySet extendedPropertySet, ICoordinateConverter coordinateConverter)
Stream of ESRI shape file.
dbfStreamStreamStream of DBF file.
extendedPropertySetExtendedPropertySetThe ExtendedPropertySet for data from dbf-file.
coordinateConverterICoordinateConverterThe 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.
public List<MapVisualElement> Read(Stream shapeStream, Stream dbfStream, ExtendedPropertySet extendedPropertySet)
Stream of ESRI shape file.
dbfStreamStreamStream of DBF file.
extendedPropertySetExtendedPropertySetThe 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.
public List<MapVisualElement> Read(Stream shapeStream, Stream dbfStream)
Stream of ESRI shape file.
dbfStreamStreamStream of DBF file.
Returns:List<MapVisualElement>
List of elements that will be placed on an information layer.
Reads ESRI shape file from a stream.
public List<MapVisualElement> Read(Stream shapeStream)
Stream of ESRI shape file.
Returns:List<MapVisualElement>
List of elements that will be placed on an information layer.