Class BinaryGISModelReader

Namespace
NOpenNLP.Tools.Ml.Maxent.Io
Assembly
NOpenNLP.Tools.dll

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

dis Stream

The Stream containing the model information.