public class QNModelReader extends GISModelReader
Constructor and Description |
---|
QNModelReader(DataReader dataReader) |
QNModelReader(File file) |
Modifier and Type | Method and Description |
---|---|
void |
checkModelType() |
QNModel |
constructModel()
Retrieve a model from disk.
|
getModel, readDouble, readInt, readUTF
public QNModelReader(DataReader dataReader)
public QNModelReader(File file) throws IOException
IOException
public void checkModelType() throws IOException
checkModelType
in class GISModelReader
IOException
public QNModel constructModel() throws IOException
GISModelReader
If you are creating a reader for a format which won't work with this (perhaps a database or xml file), override this method and ignore the other methods provided in this abstract class.
constructModel
in class GISModelReader
IOException
Copyright © 2020 The Apache Software Foundation. All rights reserved.