Class ShapefileHeader

java.lang.Object
org.locationtech.jtstest.testbuilder.io.shapefile.ShapefileHeader

public class ShapefileHeader extends Object
  • Field Details

    • DEBUG

      private static final boolean DEBUG
      See Also:
    • fileCode

      private int fileCode
    • fileLength

      public int fileLength
    • indexLength

      private int indexLength
    • version

      private int version
    • shapeType

      private int shapeType
    • bounds

      private Envelope bounds
  • Constructor Details

  • Method Details

    • setFileLength

      public void setFileLength(int fileLength)
    • getShapeType

      public int getShapeType()
    • getVersion

      public int getVersion()
    • getBounds

      public Envelope getBounds()
    • toString

      public String toString()
      Overrides:
      toString in class Object