menu

WinForms

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

    Show / Hide Table of Contents

    Class ShapeFileReader

    Class ShapeFileReader

    Inheritance
    System.Object
    ShapeFileReader
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Maps
    Assembly: Syncfusion.Maps.Windows.dll
    Syntax
    public class ShapeFileReader

    Constructors

    ShapeFileReader()

    Constrctor

    Declaration
    public ShapeFileReader()

    ShapeFileReader(String)

    ShapeFileReader

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

    Properties

    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

    ReadShapeFile()

    Reads the data from ReadShapeFile

    Declaration
    public void ReadShapeFile()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved