ShapeFileReader
Represents the ShapeFileReader class.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public static class ShapeFileReader
Inheritance: objectShapeFileReader
Methods
Reads ESRI shape file according to specified parameters.
public static List<FrameworkElement> Read(ShapeFileReaderParameters parameters)
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.
public static List<FrameworkElement> Read(Stream shapeStream, Stream dbfStream, Encoding encoding)
Stream of ESRI shape file.
dbfStreamStreamStream of DBF file.
encodingEncodingDBF-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.
public static List<FrameworkElement> 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<FrameworkElement>
List of elements that will be placed on an information layer.
Reads ESRI shape file from the shape file and DBF file stream.
public static List<FrameworkElement> 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<FrameworkElement>
List of elements that will be placed on an information layer.
Reads ESRI shape file from the shape file and DBF file stream.
public static List<FrameworkElement> 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<FrameworkElement>
List of elements that will be placed on an information layer.
Reads ESRI shape file from the shape file and DBF file stream.
public static List<FrameworkElement> 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<FrameworkElement>
List of elements that will be placed on an information layer.
Reads ESRI shape file from the shape file and DBF file stream.