Class ShapeFileDbfHeader
Defines class for ShapeFileDBFHeader
Inheritance
Namespace: Syncfusion.UI.Xaml.Maps
Assembly: Syncfusion.SfMaps.WPF.dll
Syntax
public class ShapeFileDbfHeader : Object
Constructors
ShapeFileDbfHeader()
Initializes a new instance of the DBFReader.ShapeFileDBFHeader class.
Declaration
public ShapeFileDbfHeader()
Properties
Day
Gets or sets Day of the DBF file last update.
Declaration
public byte Day { get; }
Property Value
Type |
---|
System.Byte |
EncryptionFlag
Gets or sets Cuncription flag of the DBF file.
Declaration
public byte EncryptionFlag { get; }
Property Value
Type |
---|
System.Byte |
FileType
Gets or sets the DBF file type.
Declaration
public int FileType { get; }
Property Value
Type |
---|
System.Int32 |
FreeRecordThread
Gets the FreeRecordThread of the DBF file.
Declaration
public int FreeRecordThread { get; }
Property Value
Type |
---|
System.Int32 |
IncompleteTransaction
Gets the IncompleteTransaction of the DBF File.
Declaration
public byte IncompleteTransaction { get; }
Property Value
Type |
---|
System.Byte |
LanguageDriver
Gets the Language Driver of the DBF File.
Declaration
public byte LanguageDriver { get; }
Property Value
Type |
---|
System.Byte |
Length
Gets or sets Length of the Header.
Declaration
public short Length { get; }
Property Value
Type |
---|
System.Int16 |
MdxFlag
Gets the MDX Flag of the DBF File.
Declaration
public byte MdxFlag { get; }
Property Value
Type |
---|
System.Byte |
Month
Gets or sets Month of the DBF file last updated.
Declaration
public byte Month { get; }
Property Value
Type |
---|
System.Byte |
NumberOfRecords
Gets or sets number of Reacords in the fle.
Declaration
public int NumberOfRecords { get; }
Property Value
Type |
---|
System.Int32 |
RecordLength
Gets or sets the Record length of the DBF file.
Declaration
public short RecordLength { get; }
Property Value
Type |
---|
System.Int16 |
Reserve1
Gets the First Reserved byte in the DBF File.
Declaration
public short Reserve1 { get; }
Property Value
Type |
---|
System.Int16 |
Reserve2
Gets the Second Reserved byte in the DBF File.
Declaration
public int Reserve2 { get; }
Property Value
Type |
---|
System.Int32 |
Reserve3
Gets the Third Reserved byte in the DBF file.
Declaration
public int Reserve3 { get; }
Property Value
Type |
---|
System.Int32 |
Reserve4
Gets the fourth Reserved byte in the DBF file.
Declaration
public short Reserve4 { get; }
Property Value
Type |
---|
System.Int16 |
ShapeFileDbfFields
Gets or sets the ShapeFileDBFFields.
Declaration
public ShapeFileDbfField[] ShapeFileDbfFields { get; set; }
Property Value
Type |
---|
ShapeFileDbfField[] |
Terminator
Gets the Terminator flag of the DBF file.
Declaration
public byte Terminator { get; }
Property Value
Type |
---|
System.Byte |
Year
Gets or sets Year of the DBF file last updated.
Declaration
public byte Year { get; }
Property Value
Type |
---|
System.Byte |