menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ShapeFileDbfReader - UWP API Reference | Syncfusion

    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

    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