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, getCorrectionConstant, getCorrectionParameterpublic 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 ? 2008 Jason Baldridge, Gann Bierner, and Thomas Morton. All Rights Reserved.