Class SHPHeader


  • public class SHPHeader
    extends java.lang.Object
    • Field Detail

      • file

        protected java.io.File file
      • fileLength

        protected int fileLength
      • shape_type

        protected int shape_type
      • bbox

        protected double[][] bbox
      • range

        protected double[] range
    • Constructor Detail

      • SHPHeader

        public SHPHeader​(SHPParser shapefile,
                         java.io.File file)
    • Method Detail

      • read

        public void read​(java.nio.ByteBuffer buffer)
                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getBoundingBox

        public double[][] getBoundingBox()
      • getMeasureRange

        public double[] getMeasureRange()
      • getFileLengthBytes

        public int getFileLengthBytes()