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, constructModelgetModel, readDouble, readInt, readUTFpublic 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.IOExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved