C# (CSharp) TestShapeFile Namespace

Classes

Name Description
ShapeDisplay ShapeDisplay is a helper class for importing ESRI shapefiles and creating/displaying shapes on a WPF canvas. During the import step, a progress window is displayed. This is implemented using the WPF single-threaded programming model, which allows tasks to be executed by a Dispatcher instance while keeping the UI responsive.
ShapeFile The ShapeFile class represents the contents of a single ESRI shapefile. This is the class which contains functionality for reading shapefiles and their corresponding dBASE attribute files.
ShapeFileHeader The ShapeFileHeader class represents the contents of the fixed length, 100-byte file header at the beginning of every shapefile.
ShapeFileReadInfo The ShapeFileReadInfo class stores information about a shapefile that can be used by external clients during a shapefile read.
ShapeFileRecord The ShapeFileRecord class represents the contents of a shape record, which is of variable length.