public class PlainTextGISModelReader extends GISModelReader
Constructor and Description |
---|
PlainTextGISModelReader(java.io.BufferedReader br)
Constructor which directly instantiates the BufferedReader containing the
model contents.
|
PlainTextGISModelReader(java.io.File f)
Constructor which takes a File and creates a reader for it.
|
checkModelType, constructModel
getModel, readDouble, readInt, readUTF
public PlainTextGISModelReader(java.io.BufferedReader br)
br
- The BufferedReader containing the model information.public PlainTextGISModelReader(java.io.File f) throws java.io.IOException
f
- The File in which the model is stored.java.io.IOException
Copyright © 2010 - 2020 Adobe. All Rights Reserved