C# Class Shapefile.Header

The header data for a Shapefile main file or Index file
ファイルを表示 Open project: TNOCS/csTouch

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