Class QNModelWriter

Direct Known Subclasses:
BinaryQNModelWriter

public abstract class QNModelWriter extends GISModelWriter
  • Constructor Details

  • Method Details

    • persist

      public void persist() throws 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:
      IOException