Class PlainTextGISModelReader

    • Constructor Detail

      • PlainTextGISModelReader

        public PlainTextGISModelReader​(java.io.BufferedReader br)
        Constructor which directly instantiates the BufferedReader containing the model contents.
        Parameters:
        br - The BufferedReader containing the model information.
      • PlainTextGISModelReader

        public PlainTextGISModelReader​(java.io.File f)
                                throws java.io.IOException
        Constructor which takes a File and creates a reader for it. Detects whether the file is gzipped or not based on whether the suffix contains ".gz".
        Parameters:
        f - The File in which the model is stored.
        Throws:
        java.io.IOException