C# Class TestShapeFile.ShapeFileHeader

The ShapeFileHeader class represents the contents of the fixed length, 100-byte file header at the beginning of every shapefile.
Afficher le fichier Open project: TNOCS/csTouch

Méthodes publiques

Méthode Description
ShapeFileHeader ( ) : System

Constructor for the ShapeFileHeader class.

ToString ( ) : string

Output some of the fields of the file header.

Method Details

ShapeFileHeader() public méthode

Constructor for the ShapeFileHeader class.
public ShapeFileHeader ( ) : System
Résultat System

ToString() public méthode

Output some of the fields of the file header.
public ToString ( ) : string
Résultat string