See: Description
| Class | Description |
|---|---|
| BinaryGISModelReader |
A reader for GIS models stored in binary format.
|
| BinaryGISModelWriter |
Model writer that saves models in binary format.
|
| BinToAscii |
A program to convert from java binary doubles to ascii.
|
| GISModelReader |
Abstract parent class for readers of GISModels.
|
| GISModelWriter |
Abstract parent class for GISModel writers.
|
| ObjectGISModelReader | |
| ObjectGISModelWriter | |
| OldFormatGISModelReader |
A reader for GIS models stored in the format used in v1.0 of Maxent.
|
| PlainTextGISModelReader |
A reader for GIS models stored in plain text format.
|
| PlainTextGISModelWriter |
Model writer that saves models in plain text format.
|
| PooledGISModelReader |
This class works exactly like the SuffisSensitiveGISModelReader except that it
attempts to pool all context strings.
|
| SuffixSensitiveGISModelReader |
A reader for GIS models which inspects the filename and invokes the
appropriate GISModelReader depending on the filename's suffixes.
|
| SuffixSensitiveGISModelWriter |
A writer for GIS models which inspects the filename and invokes the
appropriate GISModelWriter depending on the filename's suffixes.
|
Copyright ? 2008 Jason Baldridge, Gann Bierner, and Thomas Morton. All Rights Reserved.