C# Class Shapefile.Header

The header data for a Shapefile main file or Index file
Afficher le fichier Open project: TNOCS/csTouch

Méthodes publiques

Méthode Description
Header ( byte headerBytes ) : System

The header data for a Shapefile main file or Index file

Method Details

Header() public méthode

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
Résultat System