Geotools.Net

ShapefileHeader Constructor (BigEndianBinaryReader)

Initializes a new instance of the ShapefileHeader class with values read in from the stream.

[Visual Basic]
Overloads Public Sub New( _
   ByVal shpBinaryReader As BigEndianBinaryReader _
)
[C#]
public ShapefileHeader(
   BigEndianBinaryReader shpBinaryReader
);

Parameters

shpBinaryReader
BigEndianBinaryReader stream to the shapefile.

Remarks

Reads the header information from the stream.

See Also

ShapefileHeader Class | ShapefileHeader Members | Geotools.Data Namespace | ShapefileHeader Constructor Overload List