C# Class Catfood.Shapefile.Header

The header data for a Shapefile main file or Index file
Show file Open project: TNOCS/csTouch Class Usage Examples

Public Methods

Method Description
Header ( byte headerBytes ) : System

The header data for a Shapefile main file or Index file

Method Details

Header() public method

The header data for a Shapefile main file or Index file
Thrown if headerBytes is null Thrown if an error occurs parsing the header
public Header ( byte headerBytes ) : System
headerBytes byte The first 100 bytes of the Shapefile main file or Index file
return System