C# Class TestShapeFile.ShapeFileReadInfo

The ShapeFileReadInfo class stores information about a shapefile that can be used by external clients during a shapefile read.
Afficher le fichier Open project: TNOCS/csTouch Class Usage Examples

Méthodes publiques

Méthode Description
ShapeFileReadInfo ( ) : System

Constructor for the ShapeFileReadInfo class.

ToString ( ) : string

Output some of the field values in the form of a string.

Method Details

ShapeFileReadInfo() public méthode

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

ToString() public méthode

Output some of the field values in the form of a string.
public ToString ( ) : string
Résultat string