Class QNModelWriter
public abstract class QNModelWriter : GISModelWriter, IDisposable
- Inheritance
-
QNModelWriter
- Implements
- Derived
- Inherited Members
Constructors
QNModelWriter(AbstractModel)
protected QNModelWriter(AbstractModel model)
Parameters
modelAbstractModel
Methods
Persist()
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.
public override void Persist()