Class ShapeFileDbfData
Class implementation of ShapeFileDbfData
Inheritance
System.Object
ShapeFileDbfData
Namespace: Com.Syncfusion.Maps
Assembly: Syncfusion.SfMaps.Android.dll
Syntax
public class ShapeFileDbfData : Object
Constructors
ShapeFileDbfData()
Initializes a new instance of the 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 |