menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SFShapeFileReader

    Inheritance
    System.Object
    SFShapeFileReader
    Namespace: Syncfusion.SfMaps.iOS
    Assembly: Syncfusion.SfMaps.iOS.dll
    Syntax
    public class SFShapeFileReader : Object

    Constructors

    SFShapeFileReader()

    Initializes a new instance of the SFShapeFileReader class.

    Declaration
    public SFShapeFileReader()

    SFShapeFileReader(String)

    Initializes a new instance of the SFShapeFileReader class.

    Declaration
    public SFShapeFileReader(string shapefilename)
    Parameters
    Type Name Description
    System.String shapefilename

    To set the shape file name

    Properties

    BoundingBox

    Gets or sets a value for bounding box

    Declaration
    public BoundingBox BoundingBox { get; set; }
    Property Value
    Type
    BoundingBox

    Header

    Header property determines the header value

    Declaration
    public ShapeFileHeader Header { get; }
    Property Value
    Type
    ShapeFileHeader

    Records

    Records stores the list of shapefile values

    Declaration
    public List<ShapeFileRecord> Records { get; }
    Property Value
    Type
    System.Collections.Generic.List<ShapeFileRecord>

    Methods

    ReadFromStream(Stream)

    Reads data from stream

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

    To set stream

    ReadShapeFile()

    Reads the data from ReadShapeFile

    Declaration
    public void ReadShapeFile()

    Events

    ShapeFileDownloaded

    Progress Changed Event Handler

    Declaration
    public event ProgressChangedEventHandler ShapeFileDownloaded
    Event Type
    Type
    System.ComponentModel.ProgressChangedEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved