Class QNModelWriter

    • Constructor Detail

    • Method Detail

      • persist

        public void persist()
                     throws java.io.IOException
        Description copied from class: GISModelWriter
        Writes the model to disk, using the writeX() methods provided by extending classes.

        If you wish to create a GISModelWriter which uses a different structure, it will be necessary to override the persist method in addition to implementing the writeX() methods.

        Overrides:
        persist in class GISModelWriter
        Throws:
        java.io.IOException