Class ShapeFileDbfData
Represents the ShapeFileDBFData class in the map.
Inheritance
System.Object
ShapeFileDbfData
Namespace: Syncfusion.UI.Xaml.Maps
Assembly: Syncfusion.SfMaps.WPF.dll
Syntax
public class ShapeFileDbfData : Object
Constructors
ShapeFileDbfData()
Initializes a new instance of the DBFReader.ShapeFileDBFData class.
Declaration
public ShapeFileDbfData()
Properties
DbfFields
Gets or sets values of DBFFields.
Declaration
public List<DbfValues> DbfFields { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<DbfValues> |
DbfHeader
Gets the dbf data file header. .
Declaration
public ShapeFileDbfHeader DbfHeader { get; }
Property Value
Type |
---|
ShapeFileDbfHeader |