alexa
menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ShapeFileDbfReader

    Defines class ShapeFileDBFReader

    Inheritance
    System.Object
    ShapeFileDbfReader
    Namespace: Syncfusion.UI.Xaml.Maps
    Assembly: Syncfusion.SfMaps.UWP.dll
    Syntax
    public class ShapeFileDbfReader : Object

    Constructors

    ShapeFileDbfReader()

    Initializes a new instance of the DBFReader.ShapeFileDBFReader class.

    Declaration
    public ShapeFileDbfReader()

    Properties

    DbfData

    Gets the dbf data values of shape file.

    Declaration
    public ShapeFileDbfData DbfData { get; }
    Property Value
    Type
    ShapeFileDbfData

    Methods

    ReadDbfData(String)

    Method that Reads the DBF Data.

    Declaration
    public void ReadDbfData(string filename)
    Parameters
    Type Name Description
    System.String filename

    The path to the DBF file to be read.

    Remarks

    This method initiates an asynchronous operation to read DBF file contents.

    ReadFromStream(Stream)

    Read data from the given stream.

    Declaration
    public void ReadFromStream(Stream dbfStream)
    Parameters
    Type Name Description
    System.IO.Stream dbfStream

    The Dbf stream value.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved