menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ShapeFileDBFReader - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ShapeFileDBFReader

    Class implementation of ShapeFileDBFReader

    Inheritance
    System.Object
    ShapeFileDBFReader
    Namespace: Com.Syncfusion.Maps
    Assembly: Syncfusion.SfMaps.Android.dll
    Syntax
    public class ShapeFileDBFReader : Object

    Constructors

    ShapeFileDBFReader()

    Initializes a new instance of the ShapeFileDBFReader class.

    Declaration
    public ShapeFileDBFReader()

    ShapeFileDBFReader(String, Context)

    Initializes a new instance of the ShapeFileDBFReader class.

    Declaration
    public ShapeFileDBFReader(string fileName, Context context)
    Parameters
    Type Name Description
    System.String fileName

    To set the file name

    Android.Content.Context context

    To set the context

    Properties

    DbfData

    Gets value for shape file data

    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

    To set the file name

    ReadFromStream(Stream)

    This method is used for reading the stream

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

    To set the stream

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved