public Shape(ShpReader reader) { _header = new ShapeHeader(reader); }
public Shape() { _header = new ShapeHeader(); }