DbaseFileHeader Constructor | Initializes a new instance of the DbaseFileHeader class. |
Fields | Returns the fields in the dbase file. |
HeaderLength | Return the length of the header. |
LastUpdateDate | Return the date this file was last updated. |
NumFields | Return the number of fields in the records. |
NumRecords | Return the number of records in the file. |
RecordLength | Return the length of the records in bytes. |
AddColumn | Add a column to this DbaseFileHeader. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ReadHeader | Read the header data from the DBF file. |
RemoveColumn | Remove a column from this DbaseFileHeader. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
WriteHeader | Write the header data to the DBF file. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
SetNumRecords | Set the number of records in the file |
DbaseFileHeader Class | Geotools.Data Namespace