Class SHPReader

    • Field Detail

      • shapes

        protected java.util.ArrayList<Shape> shapes
    • Constructor Detail

      • SHPReader

        public SHPReader​(SHPParser shapefile,
                         java.io.File file)
                  throws java.lang.Exception
        Throws:
        java.lang.Exception
    • Method Detail

      • read

        public void read​(java.lang.String charset)
                  throws java.lang.Exception
        Specified by:
        read in class BaseFileReader
        Throws:
        java.lang.Exception
      • getShpShapes

        public java.util.ArrayList<Shape> getShpShapes()