getHeader method

ShapefileHeader getHeader()

Get the header. Its parsed in the constructor.

@return The header that is associated with this file.

Implementation

ShapefileHeader getHeader() {
  return header;
}