C# (CSharp) Catfood.Shapefile Namespace

Classes

Name Description
EndianBitConverter BitConverter methods that allow a different source byte order (only a subset of BitConverter)
Header The header data for a Shapefile main file or Index file
PointD A simple double precision point
RectangleD A simple double precision rectangle
Shape Base Shapefile shape - contains only the shape type and metadata plus helper methods. An instance of Shape is the Null ShapeType. If the Type field is not ShapeType.Null then cast to the more specific shape (i.e. ShapePolygon).
ShapeFactory Static factory class to create shape objects from a shape record
ShapeMultiPoint A Shapefile MultiPoint Shape
ShapePoint A Shapefile Point Shape
ShapePolyLine A Shapefile PolyLine Shape
ShapePolyLineM A Shapefile ShapePolyLineM Shape
ShapePolygon A Shapefile Polygon Shape
ShapePolygonZ A Shapefile PolygonZ Shape.