public class PooledGISModelReader extends SuffixSensitiveGISModelReader
Constructor and Description |
---|
PooledGISModelReader(File f)
A reader for GIS models which inspects the filename and invokes the
appropriate GISModelReader depending on the filename's suffixes.
|
Modifier and Type | Method and Description |
---|---|
String |
readUTF()
Implement as needed for the format the model is stored in.
|
main
checkModelType, constructModel
getModel, readDouble, readInt
public PooledGISModelReader(File f) throws IOException
The following assumption are made about suffixes:
f
- IOException
public String readUTF() throws IOException
AbstractModelReader
readUTF
in class AbstractModelReader
IOException
Copyright © 2015 The Apache Software Foundation. All rights reserved.