Class BinaryGISModelReader
A reader for GIS models stored in binary format.
public class BinaryGISModelReader : GISModelReader
- Inheritance
-
BinaryGISModelReader
- Inherited Members
Constructors
BinaryGISModelReader(Stream)
Constructor which directly instantiates the Stream containing the model contents.
public BinaryGISModelReader(Stream dis)
Parameters
disStreamThe Stream containing the model information.